UnsignedLong

Undocumented in source.

Constructors

this
this(long underlying)
Undocumented in source.

Members

Functions

bigIntegerValue
BigInteger bigIntegerValue()
Undocumented in source. Be warned that the author may not have intended to support it.
byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
longValue
long longValue()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

initCachedValues
UnsignedLong[] initCachedValues()
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
UnsignedLong valueOf(long underlying)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
UnsignedLong valueOf(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
UnsignedLong valueOf(BigInteger bigInt)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

LONG_MAX_VALUE
BigInteger LONG_MAX_VALUE;
Undocumented in source.
TWO_TO_THE_SIXTY_FOUR
BigInteger TWO_TO_THE_SIXTY_FOUR;
Undocumented in source.
ZERO
UnsignedLong ZERO;
Undocumented in source.
cachedValues
UnsignedLong[] cachedValues;
Undocumented in source.

Meta