toOunces static method

double toOunces(
  1. double value
)

Converts the supplied Carats value to Ounces

Implementation

static double toOunces(double value) => value * 0.00705479;