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

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

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

See Also