Gets or sets the order of the FNV (e.g., how many bits).

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public int Order { get; set; }
Visual Basic (Declaration)
Public Property Order As Integer
Visual C++
public:
property int Order {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionWhen the specified value is not either 32 or 64.

See Also