Partager via


Crc64.HashToUInt64(ReadOnlySpan<Byte>) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Calcule le hachage CRC-64 des données fournies.

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

Paramètres

source
ReadOnlySpan<Byte>

Données à hacher.

Retours

Hachage CRC-64 calculé.

Attributs

S’applique à