public class RoundQuantity extends Object
| Constructor and Description |
|---|
RoundQuantity(int mantissa,
int exponent,
Unit unit) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount() |
String |
getAmountString() |
int |
getExponent() |
int |
getMantissa() |
double |
getModelValue() |
Unit |
getUnit() |
String |
toString() |
public RoundQuantity(int mantissa,
int exponent,
Unit unit)
Copyright © 2015. All rights reserved.