toGigabytes static method

double toGigabytes(
  1. double value
)

Converts the supplied Bits value to Gigabytes

Implementation

static double toGigabytes(double value) => value / 8e+9;