XxHash128 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
XxHash128() |
使用預設種子值 0,初始化 類別的新實例 XxHash128 。 |
XxHash128(Int64) |
使用指定的種子, XxHash128 初始化 類別的新實例。 |
XxHash128()
- 來源:
- XxHash128.cs
- 來源:
- XxHash128.cs
使用預設種子值 0,初始化 類別的新實例 XxHash128 。
public:
XxHash128();
public XxHash128 ();
Public Sub New ()
適用於
XxHash128(Int64)
- 來源:
- XxHash128.cs
- 來源:
- XxHash128.cs
使用指定的種子, XxHash128 初始化 類別的新實例。
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
哈希計算的種子值。