SignExtendedNumber

Undocumented in source.

Members

Functions

isMinimum
bool isMinimum()
Undocumented in source. Be warned that the author may not have intended to support it.
opAdd
SignExtendedNumber opAdd(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.
opAddAssign
SignExtendedNumber opAddAssign(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.
opDiv
SignExtendedNumber opDiv(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.
opMod
SignExtendedNumber opMod(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.
opMul
SignExtendedNumber opMul(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.
opNeg
SignExtendedNumber opNeg()
Undocumented in source. Be warned that the author may not have intended to support it.
opShl
SignExtendedNumber opShl(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.
opShr
SignExtendedNumber opShr(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.
opSub
SignExtendedNumber opSub(SignExtendedNumber a)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

extreme
SignExtendedNumber extreme(bool minimum)
Undocumented in source. Be warned that the author may not have intended to support it.
fromInteger
SignExtendedNumber fromInteger(uinteger_t value_)
Undocumented in source. Be warned that the author may not have intended to support it.
max
SignExtendedNumber max()
Undocumented in source. Be warned that the author may not have intended to support it.
min
SignExtendedNumber min()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

negative
bool negative;
Undocumented in source.
value
uinteger_t value;
Undocumented in source.

Meta