toTeraBitsPerSecond static method

double toTeraBitsPerSecond(
  1. double value
)

Converts the supplied MegaBits Per Second value to TeraBits Per Second

Implementation

static double toTeraBitsPerSecond(double value) => value / 1e+6;