toKibibitsPerSecond static method

double toKibibitsPerSecond(
  1. double value
)

Converts the supplied MegaBits Per Second value to Kibibits Per Second

Implementation

static double toKibibitsPerSecond(double value) => value * 976.563;