toMegaBitsPerSecond static method

double toMegaBitsPerSecond(
  1. double value
)

Converts the supplied GigaBytes Per Second value to MegaBits Per Second

Implementation

static double toMegaBitsPerSecond(double value) => value * 8000.0;