menu
delta package
documentation
Helpers/Distance/Mixins/inche_conversions.dart
DeltaInches
inchToFoot method
inchToFoot method
dark_mode
light_mode
inchToFoot
method
double
inchToFoot
(
double
inches
)
Inches to other units
Implementation
// Inch to Foot double inchToFoot(double inches) { return inches / 12.0; }
delta package
documentation
Helpers/Distance/Mixins/inche_conversions
DeltaInches
inchToFoot method
DeltaInches mixin