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, shortValue
public Decimal32(BigDecimal underlying)
public Decimal32(int bits)
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
public int getBits()
Copyright © 2016 The Apache Software Foundation. All rights reserved.