menu
ucum package
documentation
fhir/ucum_decimal.dart
UcumDecimal
divInt method
divInt method
dark_mode
light_mode
divInt
method
UcumDecimal
divInt
(
UcumDecimal
other
)
Implementation
UcumDecimal divInt(UcumDecimal other) { final UcumDecimal t = divide(other); return t.trunc(); }
ucum package
documentation
fhir/ucum_decimal
UcumDecimal
divInt method
UcumDecimal class