toYards static method

double toYards(
  1. double value
)

Converts the supplied Centimetres value to Yards

Implementation

static double toYards(double value) => value / 91.44;