Gets or sets the polynomial to use in the CRC calculations.

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

Syntax

C#
public long Polynomial { get; set; }
Visual Basic (Declaration)
Public Property Polynomial As Long
Visual C++
public:
property long long Polynomial {
	long long get ();
	void set (long long value);
}

See Also