XxHash32 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 XxHash32 演算法的實作。
public ref class XxHash32 sealed : System::IO::Hashing::NonCryptographicHashAlgorithm
public sealed class XxHash32 : System.IO.Hashing.NonCryptographicHashAlgorithm
type XxHash32 = class
inherit NonCryptographicHashAlgorithm
Public NotInheritable Class XxHash32
Inherits NonCryptographicHashAlgorithm
- 繼承
備註
對於能持久化計算出的數值雜湊值為位元組的方法,該值會以大恩迪安位元組順序寫入。
建構函式
| 名稱 | Description |
|---|---|
| XxHash32() |
初始化 XxHash32 類別的新執行個體。 |
| XxHash32(Int32) |
初始化一個以指定種子的新類別實例 XxHash32 。 |
屬性
| 名稱 | Description |
|---|---|
| HashLengthInBytes |
取得此雜湊演算法產生的位元組數。 (繼承來源 NonCryptographicHashAlgorithm) |