toGigabytes static method

double toGigabytes(
  1. double value
)

Converts the supplied Mebibits value to Gigabytes

Implementation

static double toGigabytes(double value) => value / 7629.39;