toGigabits static method

double toGigabits(
  1. double value
)

Converts the supplied Megabits value to Gigabits

Implementation

static double toGigabits(double value) => value / 1000.0;