toUSFluidOunces static method

double toUSFluidOunces(
  1. double value
)

Converts the supplied US Quarts value to US Fluid Ounces

Implementation

static double toUSFluidOunces(double value) => value * 32.0;