toBitsPerSecond static method

double toBitsPerSecond(
  1. double value
)

Converts the supplied GigaBits Per Second value to Bits Per Second

Implementation

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