class JexlDouble : JexlValue
(source)
JEXL Double type.
JexlDouble(value: Double)
JEXL Double type. |
val value: Double |
fun compareTo(other: JexlValue): Int |
|
fun div(other: JexlValue): JexlValue |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun plus(other: JexlValue): JexlValue |
|
fun times(other: JexlValue): JexlValue |
|
fun toBoolean(): Boolean |
|
fun toString(): String |