Gets the lowest possible value.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public ulong Low { get; set; }
Visual Basic
Public Property Low As ULong
	Get
	Set
Visual C++
public:
property unsigned long long Low {
	unsigned long long get ();
	void set (unsigned long long value);
}
F#
member Low : uint64 with get, set

Property Value

Type: UInt64

See Also