Class FowlerNollVoOptions
Configuration options for FowlerNollVoHash.
public class FowlerNollVoOptions : ConvertibleOptions, IParameterObject- Inheritance
- 
      
      
      
      FowlerNollVoOptions
- Implements
- Inherited Members
Constructors
FowlerNollVoOptions()
Initializes a new instance of the FowlerNollVoOptions class.
public FowlerNollVoOptions()Remarks
The following table shows the initial property values for an instance of FowlerNollVoOptions.
| Property | Initial Value | 
|---|---|
| ByteOrder | BigEndian | 
| Algorithm | Fnv1a | 
Properties
Algorithm
Gets or sets the algorithm of the Fowler-Noll-Vo hash function.
public FowlerNollVoAlgorithm Algorithm { get; set; }Property Value
- FowlerNollVoAlgorithm
- The algorithm of the Fowler-Noll-Vo hash function.