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, shortValue
public Decimal128(BigDecimal underlying)
public Decimal128(long msb, long lsb)
public Decimal128(byte[] data)
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
public long getMostSignificantBits()
public long getLeastSignificantBits()
public byte[] asBytes()
Copyright © 2016 The Apache Software Foundation. All rights reserved.