toTeraBitsPerSecond static method

double toTeraBitsPerSecond(
  1. double value
)

Converts the supplied TeraBytes Per Second value to TeraBits Per Second

Implementation

static double toTeraBitsPerSecond(double value) => value * 8.0;