inchToMicron method

double inchToMicron(
  1. double inches
)

Implementation

double inchToMicron(double inches) {
  return inches * 25400.0;
}