toTerabytes static method

double toTerabytes(
  1. double value
)

Converts the supplied Megabits value to Terabytes

Implementation

static double toTerabytes(double value) => value / 8e+6;