toTeraBitsPerSecond static method

double toTeraBitsPerSecond(
  1. double value
)

Converts the supplied MegaBytes Per Second value to TeraBits Per Second

Implementation

static double toTeraBitsPerSecond(double value) => value / 125000.0;