toMebibitsPerSecond static method

double toMebibitsPerSecond(
  1. double value
)

Converts the supplied GigaBytes Per Second value to Mebibits Per Second

Implementation

static double toMebibitsPerSecond(double value) => value * 7629.39;