toExbi method
Convert this to the unit Exbibytes (EiB
).
Implementation
double toExbi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.exbi,
from,
);
Convert this to the unit Exbibytes (EiB
).
double toExbi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.exbi,
from,
);