UcumDecimal.fromInt constructor
UcumDecimal.fromInt(
- int i
Implementation
UcumDecimal.fromInt(int i) {
setValueUcumDecimal(i.toString());
}
UcumDecimal.fromInt(int i) {
setValueUcumDecimal(i.toString());
}