共用方式為


XxHash128.HashToUInt128(ReadOnlySpan<Byte>, Int64) 方法

定義

重要

此 API 不符合 CLS 規範。

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

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

參數

source
ReadOnlySpan<Byte>

要進行雜湊處理的資料。

seed
Int64

這個哈希計算的種子值。 預設值是零。

傳回

計算的XXH128哈希。

屬性

適用於