Gets or sets the prime number to use in the FNV calculations.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public long Prime { get; set; } |
Visual Basic |
---|
Public Property Prime As Long Get Set |
Visual C++ |
---|
public: property long long Prime { long long get (); void set (long long value); } |