toTebi method

double toTebi([
  1. BinaryPrefix from = BinaryPrefix.none
])

Convert this to the unit Tebibytes (TiB).

Implementation

double toTebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
      BinaryPrefix.tebi,
      from,
    );