toGigaBytesPerSecond static method

double toGigaBytesPerSecond(
  1. double value
)

Converts the supplied Kibibits Per Second value to GigaBytes Per Second

Implementation

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