Bagikan melalui


Crc64.HashToUInt64(ReadOnlySpan<Byte>) Metode

Definisi

Penting

API ini bukan kompatibel CLS.

Menghitung hash CRC-64 dari data yang disediakan.

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>

Data ke hash.

Mengembalikan

Hash CRC-64 yang dihitung.

Atribut

Berlaku untuk