toGigaBytesPerSecond static method

double toGigaBytesPerSecond(
  1. double value
)

Converts the supplied Bits Per Second value to GigaBytes Per Second

Implementation

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