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