toFluidOunces static method

double toFluidOunces(
  1. double value
)

Converts the supplied US Pints value to Fluid Ounces

Implementation

static double toFluidOunces(double value) => value * 16.653476809327814656;