cmToInch static method

double cmToInch(
  1. double cm
)

Implementation

static double cmToInch(double cm) {
  return cm / 2.54;
}