toGigabits static method

double toGigabits(
  1. double value
)

Converts the supplied Mebibits value to Gigabits

Implementation

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