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

定义

重要

此 API 不符合 CLS。

计算所提供数据的 XXH3 哈希。

[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

此哈希计算的种子值。

返回

计算的 XXH3 哈希。

属性

适用于