toTeraBitsPerSecond static method

double toTeraBitsPerSecond(
  1. double value
)

Converts the supplied GigaBits Per Second value to TeraBits Per Second

Implementation

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