DInteger

The Integer class wraps a value of the primitive type int in an object.

Constructors

this
this()
Undocumented in source.
this
this(int newValue)
Undocumented in source.

Members

Functions

add
O add(int opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
add
O add(DInteger opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
div
O div(int opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
div
O div(DInteger opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
mul
O mul(int opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
mul
O mul(DInteger opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
DInteger opBinary(int opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
DInteger opBinary(DInteger opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(int check)
Undocumented in source. Be warned that the author may not have intended to support it.
sub
O sub(int opValue)
Undocumented in source. Be warned that the author may not have intended to support it.
sub
O sub(DInteger opValue)
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.

Meta