toBitsPerSecond static method

double toBitsPerSecond(
  1. double value
)

Converts the supplied TeraBits Per Second value to Bits Per Second

Implementation

static double toBitsPerSecond(double value) => value * 1e+12;