toMegaBytesPerSecond static method

double toMegaBytesPerSecond(
  1. double value
)

Converts the supplied Kibibits Per Second value to MegaBytes Per Second

Implementation

static double toMegaBytesPerSecond(double value) => value / 7812.5;