Gets the 64 most significant bits of the value.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public long High { get; }
Visual Basic
Public ReadOnly Property High As Long
	Get
Visual C++
public:
property long long High {
	long long get ();
}

Field Value

The 64 most significant bits.

See Also