Freigeben über


XxHash128.HashToUInt128(ReadOnlySpan<Byte>, Int64) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Berechnet den XXH128-Hash der bereitgestellten Daten.

[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

Parameter

source
ReadOnlySpan<Byte>

Die Daten, die gehasht werden sollen.

seed
Int64

Der Ausgangswert für diese Hashberechnung. Der Standardwert ist 0.

Gibt zurück

Der berechnete XXH128-Hash.

Attribute

Gilt für: