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

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

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);
}

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionWhen the specified value is not 8, 16, or 32.

See Also