Modifier and Type | Method | Description |
---|---|---|
default JsDouble |
JsElem.asJsDouble() |
|
JsDouble |
JsDouble.map(DoubleUnaryOperator fn) |
Maps this json double into another one.
|
JsDouble |
JsDouble.minus(JsDouble that) |
subtract this long from the specified one
|
static JsDouble |
JsDouble.of(double n) |
Static factory method to create a JsDouble from a double primitive type.
|
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
|
Modifier and Type | Method | Description |
---|---|---|
int |
JsDouble.compareTo(JsDouble o) |
Compares two
JsDouble objects numerically. |
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
|
Copyright © 2019. All rights reserved.