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.Numberpublic long longValue()
longValue in class java.lang.Numberpublic float floatValue()
floatValue in class java.lang.Numberpublic double doubleValue()
doubleValue in class java.lang.Numberpublic long getMostSignificantBits()
public long getLeastSignificantBits()
public byte[] asBytes()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object