Documentation for a minimal subset of the QSM API
Int128 Constructor (u1, u2)
Namespaces > QS.Fx.Base > Int128 > Int128New(UInt64, UInt64)
Initializes a new instance of the Int128 class.
Syntax
C#Visual BasicManaged C++
public Int128 (
	ulong u1,
	ulong u2
)
Public Sub New ( _
	u1 As ULong, _
	u2 As ULong _
)
public:
Int128 (
	unsigned long long u1, 
	unsigned long long u2
)
Parameters
u1 (UInt64)

[Missing <param> documentation for "u1"]

u2 (UInt64)

[Missing <param> documentation for "u2"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0