public final class Decimal64 extends Number
Constructor and Description |
---|
Decimal64(BigDecimal underlying) |
Decimal64(long bits) |
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
long |
getBits() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
byteValue, shortValue
public Decimal64(BigDecimal underlying)
public Decimal64(long bits)
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
public long getBits()
Copyright © 2016 The Apache Software Foundation. All rights reserved.