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