public class Decimal extends java.lang.Object implements Any, NativeObject<java.lang.Double>
| Modifier and Type | Method and Description |
|---|---|
Any |
divide(Any other) |
Decimal |
divide(Decimal other) |
boolean |
equals(java.lang.Object obj) |
Type<Decimal> |
getType() |
Any |
greaterThan(Any other) |
Any |
isEqualTo(Any other) |
Any |
lessThan(Any other) |
Any |
minus(Any other) |
Any |
mod(Any other) |
Decimal |
negative() |
static Decimal |
of(double value) |
Any |
plus(Any other) |
Any |
pow(Any other) |
Any |
times(Any 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 AnytoNative in interface NativeObject<java.lang.Double>public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic Any greaterThan(Any other)
greaterThan in interface Any