共用方式為


Crc64.HashToUInt64(ReadOnlySpan<Byte>) 方法

定義

重要

此 API 不符合 CLS 規範。

計算所提供數據的 CRC-64 哈希。

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

參數

source
ReadOnlySpan<Byte>

要進行雜湊處理的資料。

傳回

計算的 CRC-64 哈希。

屬性

適用於