共用方式為


XxHash64.HashToUInt64(ReadOnlySpan<Byte>, Int64) 方法

定義

重要

此 API 不符合 CLS 規範。

計算所提供數據的 XxHash64 哈希。

[System.CLSCompliant(false)]
public static ulong HashToUInt64 (ReadOnlySpan<byte> source, long seed = 0);
[<System.CLSCompliant(false)>]
static member HashToUInt64 : ReadOnlySpan<byte> * int64 -> uint64
Public Shared Function HashToUInt64 (source As ReadOnlySpan(Of Byte), Optional seed As Long = 0) As ULong

參數

source
ReadOnlySpan<Byte>

要進行雜湊處理的資料。

seed
Int64

這個哈希計算的種子值。

傳回

計算的 XxHash64 哈希。

屬性

適用於