toGigahertz static method

double toGigahertz(
  1. double value
)

Converts the supplied Kilohertz value to Gigahertz

Implementation

static double toGigahertz(double value) => value / 1e+6;