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