JenkinsHash.ComputeHash Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ComputeHash(Byte[]) | |
ComputeHash(ReadOnlySpan<Byte>) | |
ComputeHash(String) | |
ComputeHash(UInt64, UInt64, UInt64) |
ComputeHash(Byte[])
- Quelle:
- JenkinsHash.cs
public static uint ComputeHash (byte[] data);
static member ComputeHash : byte[] -> uint32
Public Shared Function ComputeHash (data As Byte()) As UInteger
Parameter
- data
- Byte[]
Gibt zurück
Gilt für:
ComputeHash(ReadOnlySpan<Byte>)
- Quelle:
- 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
Parameter
- data
- ReadOnlySpan<Byte>
Gibt zurück
Gilt für:
ComputeHash(String)
- Quelle:
- JenkinsHash.cs
public static uint ComputeHash (string data);
static member ComputeHash : string -> uint32
Public Shared Function ComputeHash (data As String) As UInteger
Parameter
- data
- String
Gibt zurück
Gilt für:
ComputeHash(UInt64, UInt64, UInt64)
- Quelle:
- 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
Parameter
- u1
- UInt64
- u2
- UInt64
- u3
- UInt64