toTerabits static method

double toTerabits(
  1. double value
)

Converts the supplied Megabits value to Terabits

Implementation

static double toTerabits(double value) => value / 1e+6;