toTerabits static method

double toTerabits(
  1. double value
)

Converts the supplied Mebibits value to Terabits

Implementation

static double toTerabits(double value) => value / 953674.0;