XxHash64 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
XxHash64() |
初始化 XxHash64 類別的新執行個體。 |
XxHash64(Int64) |
使用指定的種子, XxHash64 初始化 類別的新實例。 |
XxHash64()
- 來源:
- XxHash64.cs
- 來源:
- XxHash64.cs
- 來源:
- XxHash64.cs
初始化 XxHash64 類別的新執行個體。
public:
XxHash64();
public XxHash64 ();
Public Sub New ()
備註
XxHash64 演算法支援選擇性種子值。 使用此建構函式建立的實例會使用默認種子零。
適用於
XxHash64(Int64)
- 來源:
- XxHash64.cs
- 來源:
- XxHash64.cs
- 來源:
- XxHash64.cs
使用指定的種子, XxHash64 初始化 類別的新實例。
public:
XxHash64(long seed);
public XxHash64 (long seed);
new System.IO.Hashing.XxHash64 : int64 -> System.IO.Hashing.XxHash64
Public Sub New (seed As Long)
參數
- seed
- Int64
此實例計算的哈希種子值。