XxHash128 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
XxHash128() |
Initializes a new instance of the XxHash128 class using the default seed value 0. |
XxHash128(Int64) |
Initializes a new instance of the XxHash128 class using the specified seed. |
XxHash128()
- Source:
- XxHash128.cs
- Source:
- XxHash128.cs
- Source:
- XxHash128.cs
Initializes a new instance of the XxHash128 class using the default seed value 0.
public:
XxHash128();
public XxHash128 ();
Public Sub New ()
Applies to
XxHash128(Int64)
- Source:
- XxHash128.cs
- Source:
- XxHash128.cs
- Source:
- XxHash128.cs
Initializes a new instance of the XxHash128 class using the specified seed.
public:
XxHash128(long seed);
public XxHash128 (long seed);
new System.IO.Hashing.XxHash128 : int64 -> System.IO.Hashing.XxHash128
Public Sub New (seed As Long)
Parameters
- seed
- Int64
The seed value for the hash computation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.