footToMicron method

double footToMicron(
  1. double feet
)

Implementation

double footToMicron(double feet) {
  return feet * 304800.0;
}