public class Decimal extends java.lang.Object implements Obj, NativeObject<java.lang.Double>
| Modifier and Type | Method and Description |
|---|---|
Decimal |
divide(Decimal other) |
Obj |
divide(Obj other) |
boolean |
equals(java.lang.Object obj) |
Type<Decimal> |
getType() |
Obj |
greaterThan(Obj other) |
Obj |
invoke(java.util.List<Obj> args) |
Obj |
isEqualTo(Obj other) |
Obj |
lessThan(Obj other) |
Obj |
minus(Obj other) |
Obj |
mod(Obj other) |
Decimal |
negative() |
static Decimal |
of(double value) |
Obj |
plus(Obj other) |
Obj |
pow(Obj other) |
Obj |
times(Obj other) |
java.lang.Double |
toNative() |
java.lang.String |
toString() |
double |
value() |
public static Decimal of(double value)
public double value()
public java.lang.Double toNative()
toNative in interface NativeObject<java.lang.Double>toNative in interface Objpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic Obj greaterThan(Obj other)
greaterThan in interface Obj