UcumDecimal.fromDouble constructor

UcumDecimal.fromDouble(
  1. double d
)

Implementation

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