usFluidOunces method

Volume usFluidOunces()

Gets a Volume representing this number of US fluid ounces.

Implementation

Volume usFluidOunces() => Rational.fromInt(this).usFluidOunces();