Freigeben über


Crc64.HashToUInt64(ReadOnlySpan<Byte>) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Berechnet den CRC-64-Hash der bereitgestellten Daten.

public:
 static System::UInt64 HashToUInt64(ReadOnlySpan<System::Byte> source);
[System.CLSCompliant(false)]
public static ulong HashToUInt64 (ReadOnlySpan<byte> source);
[<System.CLSCompliant(false)>]
static member HashToUInt64 : ReadOnlySpan<byte> -> uint64
Public Shared Function HashToUInt64 (source As ReadOnlySpan(Of Byte)) As ULong

Parameter

source
ReadOnlySpan<Byte>

Die Daten, die gehasht werden sollen.

Gibt zurück

Der berechnete CRC-64-Hash.

Attribute

Gilt für: