menu
flustars_flutter3 package
documentation
flustars_flutter3.dart
NumUtil
remainder static method
remainder static method
dark_mode
light_mode
remainder
static method
Decimal
remainder
(
num
a
,
num
b
)
余数
Implementation
static Decimal remainder(num a, num b) { return remainderDecStr(a.toString(), b.toString()); }
flustars_flutter3 package
documentation
flustars_flutter3
NumUtil
remainder static method
NumUtil class