다음을 통해 공유


XxHash128 생성자

정의

오버로드

XxHash128()

기본 시드 값 0을 사용하여 클래스의 XxHash128 새 instance 초기화합니다.

XxHash128(Int64)

지정된 시드를 사용하여 클래스의 XxHash128 새 instance 초기화합니다.

XxHash128()

Source:
XxHash128.cs
Source:
XxHash128.cs

기본 시드 값 0을 사용하여 클래스의 XxHash128 새 instance 초기화합니다.

public:
 XxHash128();
public XxHash128 ();
Public Sub New ()

적용 대상

XxHash128(Int64)

Source:
XxHash128.cs
Source:
XxHash128.cs

지정된 시드를 사용하여 클래스의 XxHash128 새 instance 초기화합니다.

public:
 XxHash128(long seed);
public XxHash128 (long seed);
new System.IO.Hashing.XxHash128 : int64 -> System.IO.Hashing.XxHash128
Public Sub New (seed As Long)

매개 변수

seed
Int64

해시 계산의 시드 값입니다.

적용 대상