toMebibitsPerSecond static method

double toMebibitsPerSecond(
  1. double value
)

Converts the supplied MegaBits Per Second value to Mebibits Per Second

Implementation

static double toMebibitsPerSecond(double value) => value / 1.04858;