toInch static method

Inch toInch(
  1. double cm
)

Implementation

static Inch toInch(double cm) {
  return Inch(cm * 2.54);
}