Gets the highest possible value.

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

Syntax

C#
public long High { get; set; }
Visual Basic
Public Property High As Long
	Get
	Set
Visual C++
public:
property long long High {
	long long get ();
	void set (long long value);
}
F#
member High : int64 with get, set

Property Value

Type: Int64

See Also