toUSFluidOunces static method

double toUSFluidOunces(
  1. double value
)

Converts the supplied US Pints value to US Fluid Ounces

Implementation

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