다음을 통해 공유


XxHash128.HashToUInt128(ReadOnlySpan<Byte>, Int64) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

제공된 데이터의 XXH128 해시를 계산합니다.

[System.CLSCompliant(false)]
public static UInt128 HashToUInt128 (ReadOnlySpan<byte> source, long seed = 0);
[<System.CLSCompliant(false)>]
static member HashToUInt128 : ReadOnlySpan<byte> * int64 -> UInt128
Public Shared Function HashToUInt128 (source As ReadOnlySpan(Of Byte), Optional seed As Long = 0) As UInt128

매개 변수

source
ReadOnlySpan<Byte>

해시할 데이터입니다.

seed
Int64

이 해시 계산의 시드 값입니다. 기본값은 0입니다.

반환

계산된 XXH128 해시입니다.

특성

적용 대상