Gets the 64 least significant bits of the value.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ulong Low { get; } |
Visual Basic |
---|
Public ReadOnly Property Low As ULong Get |
Visual C++ |
---|
public: property unsigned long long Low { unsigned long long get (); } |