toTerabytes static method

double toTerabytes(
  1. double value
)

Converts the supplied Mebibits value to Terabytes

Implementation

static double toTerabytes(double value) => value * 0.000000131072;