toMebibitsPerSecond static method

double toMebibitsPerSecond(
  1. double value
)

Converts the supplied Kibibits Per Second value to Mebibits Per Second

Implementation

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