The type of the subclass with which to restrict all operations to the int class.
Get an immutable version of this int.
The JavaScript int type for this integer (with an exception thrown if the value cannot be represented in 32 bits)
Add another integer to the value of this one
The number to add
Assign another integer to this object
The number to assign
Compare this object to another one.
Create an identical clone of this int
True if this object is equal to the one provided.
True if this object is greater than the one provided.
True if this object is greater than or equal to the one provided.
True if this object is less than the one provided.
True if this object is less than or equal to the one provided.
Add another integer to the value of this one
The number to subtract
Generated using TypeDoc
An abstract subclass of
Comparable
to provide a generic interface for integer types that may not be supported by JavaScript