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 哈希。

属性

适用于