NumberContainer

Type that is contained by Number.

Constructors

this
this(BigInt val, BigInt ival, long pow10, ulong precision)

Constructs a NumberContainer.

Members

Functions

opAssign
void opAssign(NumberContainer rhs)

Assigns a NumberContainer to another NumberContainer.

opBinary
NumberContainer opBinary(NumberContainer rhs)

Overloading of the binary operators.

opEquals
bool opEquals(NumberContainer rhs)

Determine if two Numbers are equal.

opOpAssign
void opOpAssign(NumberContainer rhs)

Overloading of the binary assignment operators.

Variables

ival
BigInt ival;
Undocumented in source.
pow10
long pow10;
Undocumented in source.
pow10
int pow10;
Undocumented in source.
precision
ulong precision;
Undocumented in source.
val
BigInt val;
Undocumented in source.

Meta