toGigaBytesPerSecond static method

double toGigaBytesPerSecond(
  1. double value
)

Converts the supplied MegaBytes Per Second value to GigaBytes Per Second

Implementation

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