menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
RxIntExt
floorToDouble method
floorToDouble method
dark_mode
light_mode
floorToDouble
method
double
floorToDouble
(
)
Returns
this.toDouble()
.
Implementation
double floorToDouble() => value.floorToDouble();
get package
documentation
get_rx/src/rx_types/rx_types
RxIntExt
floorToDouble method
RxIntExt extension on
Rx
<
int
>