menu
ucum package
documentation
fhir/ucum_decimal.dart
UcumDecimal
multiplyInt method
multiplyInt method
dark_mode
light_mode
multiplyInt
method
UcumDecimal
multiplyInt
(
int
other
)
Implementation
UcumDecimal multiplyInt(int other) { return multiply(UcumDecimal.fromInt(other)); }
ucum package
documentation
fhir/ucum_decimal
UcumDecimal
multiplyInt method
UcumDecimal class