| Constructor and Description |
|---|
VncDouble(java.lang.Double v) |
VncDouble(java.lang.Float v) |
| Modifier and Type | Method and Description |
|---|---|
VncDouble |
add(VncVal other) |
int |
compareTo(VncVal o) |
VncDouble |
copy() |
VncDouble |
dec() |
VncDouble |
divide(VncVal other) |
boolean |
equals(java.lang.Object obj) |
java.lang.Double |
getValue() |
VncConstant |
gt(VncVal other) |
VncConstant |
gte(VncVal other) |
int |
hashCode() |
VncDouble |
inc() |
VncConstant |
lt(VncVal other) |
VncConstant |
lte(VncVal other) |
VncDouble |
multiply(VncVal other) |
VncDouble |
subtract(VncVal other) |
VncBigDecimal |
toDecimal() |
VncLong |
toLong() |
java.lang.String |
toString() |
getMeta, getMetaVal, isList, setMeta, setMetaVal, toStringpublic VncDouble(java.lang.Double v)
public VncDouble(java.lang.Float v)
public java.lang.Double getValue()
public VncDouble inc()
public VncDouble dec()
public VncConstant lt(VncVal other)
public VncConstant lte(VncVal other)
public VncConstant gt(VncVal other)
public VncConstant gte(VncVal other)
public VncLong toLong()
public VncBigDecimal toDecimal()
public int compareTo(VncVal o)
public java.lang.String toString()
toString in class java.lang.Object