UcumDecimal.fromDouble constructor
UcumDecimal.fromDouble(
- double d
Implementation
UcumDecimal.fromDouble(double d) {
setValueUcumDecimal(d.toString());
}
UcumDecimal.fromDouble(double d) {
setValueUcumDecimal(d.toString());
}