toCubicFeet static method

double toCubicFeet(
  1. double value
)

Converts the supplied Fluid Ounces value to Cubic Feet

Implementation

static double toCubicFeet(double value) => value / 996.614;