toGigaBytesPerSecond static method

double toGigaBytesPerSecond(
  1. double value
)

Converts the supplied Mebibits Per Second value to GigaBytes Per Second

Implementation

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