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

Definição

Importante

Esta API não está em conformidade com CLS.

Calcula o hash CRC-64 dos dados fornecidos.

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

Parâmetros

source
ReadOnlySpan<Byte>

Os dados a serem hash.

Retornos

O hash CRC-64 calculado.

Atributos

Aplica-se a