共用方式為


XxHash32.HashToUInt32(ReadOnlySpan<Byte>, Int32) 方法

定義

重要

此 API 不符合 CLS 規範。

計算所提供數據的 XxHash32 哈希。

[System.CLSCompliant(false)]
public static uint HashToUInt32 (ReadOnlySpan<byte> source, int seed = 0);
[<System.CLSCompliant(false)>]
static member HashToUInt32 : ReadOnlySpan<byte> * int -> uint32
Public Shared Function HashToUInt32 (source As ReadOnlySpan(Of Byte), Optional seed As Integer = 0) As UInteger

參數

source
ReadOnlySpan<Byte>

要進行雜湊處理的資料。

seed
Int32

這個哈希計算的種子值。 預設值是零。

傳回

計算的 XxHash32 哈希。

屬性

適用於