int |
JsInt.compareTo(JsInt o) |
Compares two JsInt objects numerically.
|
boolean |
JsBigDec.equals(JsInt jsInt) |
returns true if this bigdecimal and the specified integer represent the same number
|
boolean |
JsBigInt.equals(JsInt jsInt) |
returns true if this biginteger and the specified integer represent the same number
|
boolean |
JsDouble.equals(JsInt jsInt) |
returns true if this double and the specified integer represent the same number
|
boolean |
JsLong.equals(JsInt jsInt) |
returns true if this long and the specified integer represent the same number
|
JsInt |
JsInt.minus(JsInt that) |
subtract this integer from the specified one
|
JsInt |
JsInt.plus(JsInt that) |
adds up this integer to the specified one
|
JsInt |
JsInt.times(JsInt that) |
multiplies this integer by the specified one
|