toTeraBytesPerSecond static method

double toTeraBytesPerSecond(
  1. double value
)

Converts the supplied Bits Per Second value to TeraBytes Per Second

Implementation

static double toTeraBytesPerSecond(double value) => value / 8e+12;