Initializes a new instance of the Int128 struct.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Int128( ulong low, long high ) |
| Visual Basic |
|---|
Public Sub New ( _ low As ULong, _ high As Long _ ) |
| Visual C++ |
|---|
public: Int128( unsigned long long low, long long high ) |
Parameters
- low
- Type: System..::..UInt64
The least significant 64-bits of the integer.
- high
- Type: System..::..Int64
The most siginificant 64-bits of the integer.