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, shortValuepublic Decimal64(BigDecimal underlying)
public Decimal64(long bits)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic long getBits()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.