JenkinsHash.ComputeHash 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
- data
- Byte[]
반환
적용 대상
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
매개 변수
- data
- ReadOnlySpan<Byte>
반환
적용 대상
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
매개 변수
- data
- String
반환
적용 대상
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
매개 변수
- u1
- UInt64
- u2
- UInt64
- u3
- UInt64