XxHash3 Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
XxHash3() |
Initializes a new instance of the XxHash3 class using the default seed value 0. |
XxHash3(Int64) |
Initializes a new instance of the XxHash3 class using the specified seed. |
XxHash3()
- Source:
- XxHash3.cs
- Source:
- XxHash3.cs
- Source:
- XxHash3.cs
Initializes a new instance of the XxHash3 class using the default seed value 0.
public:
XxHash3();
public XxHash3 ();
Public Sub New ()
Applies to
XxHash3(Int64)
- Source:
- XxHash3.cs
- Source:
- XxHash3.cs
- Source:
- XxHash3.cs
Initializes a new instance of the XxHash3 class using the specified seed.
public:
XxHash3(long seed);
public XxHash3 (long seed);
new System.IO.Hashing.XxHash3 : int64 -> System.IO.Hashing.XxHash3
Public Sub New (seed As Long)
Parameters
- seed
- Int64
The seed value for the hash computation.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.