public class RoundQuantity
extends java.lang.Object
| Constructor and Description | 
|---|
| RoundQuantity(int mantissa,
             int exponent,
             Unit unit) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getAmount() | 
| java.lang.String | getAmountString() | 
| int | getExponent() | 
| int | getMantissa() | 
| double | getModelValue() | 
| Unit | getUnit() | 
| java.lang.String | toString() | 
public RoundQuantity(int mantissa,
             int exponent,
             Unit unit)
public Unit getUnit()
public int getMantissa()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getAmountString()
public int getExponent()
public double getAmount()
public double getModelValue()