Int128.this

this(long lo) @safe pure nothrow @nogc

Construct an Int128 from a long value. The upper 64 bits are formed by sign extension.

Parameters

losigned lower 64 bits
this(ulong lo) @safe pure nothrow @nogc

Construct an Int128 from a ulong value. The upper 64 bits are set to zero.

Parameters

lounsigned lower 64 bits
this(long hi, long lo) @safe pure nothrow @nogc

Construct an Int128 from a long value.

Parameters

hiupper 64 bits
lolower 64 bits
this(Cent data) @safe pure nothrow @nogc

Construct an Int128 from a Cent.

Parameters

dataCent data