toUSFluidOunces static method

double toUSFluidOunces(
  1. double value
)

Converts the supplied Millilitres value to US Fluid Ounces

Implementation

static double toUSFluidOunces(double value) => value / 29.573529562499997696;