toTerabytes static method

double toTerabytes(
  1. double value
)

Converts the supplied Gigabits value to Terabytes

Implementation

static double toTerabytes(double value) => value / 8000.0;