JenkinsHash.ComputeHash Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ComputeHash(Byte[]) | |
ComputeHash(ReadOnlySpan<Byte>) | |
ComputeHash(String) | |
ComputeHash(UInt64, UInt64, UInt64) |
ComputeHash(Byte[])
- Source:
- JenkinsHash.cs
public static uint ComputeHash (byte[] data);
static member ComputeHash : byte[] -> uint32
Public Shared Function ComputeHash (data As Byte()) As UInteger
Paramètres
- data
- Byte[]
Retours
S’applique à
ComputeHash(ReadOnlySpan<Byte>)
- Source:
- 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
Paramètres
- data
- ReadOnlySpan<Byte>
Retours
S’applique à
ComputeHash(String)
- Source:
- JenkinsHash.cs
public static uint ComputeHash (string data);
static member ComputeHash : string -> uint32
Public Shared Function ComputeHash (data As String) As UInteger
Paramètres
- data
- String
Retours
S’applique à
ComputeHash(UInt64, UInt64, UInt64)
- Source:
- 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
Paramètres
- u1
- UInt64
- u2
- UInt64
- u3
- UInt64