共用方式為


JenkinsHash.ComputeHash 方法

定義

多載

ComputeHash(Byte[])
ComputeHash(ReadOnlySpan<Byte>)
ComputeHash(String)
ComputeHash(UInt64, UInt64, UInt64)

ComputeHash(Byte[])

來源:
JenkinsHash.cs
public static uint ComputeHash (byte[] data);
static member ComputeHash : byte[] -> uint32
Public Shared Function ComputeHash (data As Byte()) As UInteger

參數

data
Byte[]

傳回

適用於

ComputeHash(ReadOnlySpan<Byte>)

來源:
JenkinsHash.cs
public static uint ComputeHash (ReadOnlySpan<byte> data);
static member ComputeHash : ReadOnlySpan<byte> -> uint32
Public Shared Function ComputeHash (data As ReadOnlySpan(Of Byte)) As UInteger

參數

傳回

適用於

ComputeHash(String)

來源:
JenkinsHash.cs
public static uint ComputeHash (string data);
static member ComputeHash : string -> uint32
Public Shared Function ComputeHash (data As String) As UInteger

參數

data
String

傳回

適用於

ComputeHash(UInt64, UInt64, UInt64)

來源:
JenkinsHash.cs
public static uint ComputeHash (ulong u1, ulong u2, ulong u3);
static member ComputeHash : uint64 * uint64 * uint64 -> uint32
Public Shared Function ComputeHash (u1 As ULong, u2 As ULong, u3 As ULong) As UInteger

參數

u1
UInt64
u2
UInt64
u3
UInt64

傳回

適用於