Int128(Int64, UInt64) Constructor |
Initializes a new instance of the
Int128 class
Namespace: ClipperLibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Int128(
long _hi,
ulong _lo
)
Parameters
- _hi Int64
[Missing <param name="_hi"/> documentation for "M:ClipperLib.Int128.#ctor(System.Int64,System.UInt64)"]
- _lo UInt64
[Missing <param name="_lo"/> documentation for "M:ClipperLib.Int128.#ctor(System.Int64,System.UInt64)"]
See Also