toMegaBytesPerSecond static method

double toMegaBytesPerSecond(
  1. double value
)

Converts the supplied Mebibits Per Second value to MegaBytes Per Second

Implementation

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