Gets or sets the order of the CRC (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 a multiple of 8, is less than 8, or is greater than 64.

See Also