yardToMicron method

double yardToMicron(
  1. double yards
)

Implementation

double yardToMicron(double yards) {
  return yards * 9.144e6;
}