toBitsPerSecond static method

double toBitsPerSecond(
  1. double value
)

Converts the supplied KiloBits Per Second value to Bits Per Second

Implementation

static double toBitsPerSecond(double value) => value * 1000.0;