public final class Decimal128
extends java.lang.Number
Constructor and Description |
---|
Decimal128(java.math.BigDecimal underlying) |
Decimal128(byte[] data) |
Decimal128(long msb,
long lsb) |
Modifier and Type | Method and Description |
---|---|
byte[] |
asBytes() |
double |
doubleValue() |
boolean |
equals(java.lang.Object o) |
float |
floatValue() |
long |
getLeastSignificantBits() |
long |
getMostSignificantBits() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
public Decimal128(java.math.BigDecimal underlying)
public Decimal128(long msb, long lsb)
public Decimal128(byte[] data)
public int intValue()
intValue
in class java.lang.Number
public long longValue()
longValue
in class java.lang.Number
public float floatValue()
floatValue
in class java.lang.Number
public double doubleValue()
doubleValue
in class java.lang.Number
public long getMostSignificantBits()
public long getLeastSignificantBits()
public byte[] asBytes()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object