toTebi method
Convert this to the unit Tebibytes (TiB
).
Implementation
double toTebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.tebi,
from,
);
Convert this to the unit Tebibytes (TiB
).
double toTebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.tebi,
from,
);