Gets or sets the offset basis of the FNV.

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

Syntax

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

See Also