public final class Decimal128 extends Number
| Constructor and Description |
|---|
Decimal128(BigDecimal underlying) |
Decimal128(byte[] data) |
Decimal128(long msb,
long lsb) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
long |
getLeastSignificantBits() |
long |
getMostSignificantBits() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
byteValue, shortValuepublic Decimal128(BigDecimal underlying)
public Decimal128(long msb,
long lsb)
public Decimal128(byte[] data)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic long getMostSignificantBits()
public long getLeastSignificantBits()
public byte[] asBytes()
Copyright © 2017 The Apache Software Foundation. All rights reserved.