toPebi method
Convert this to the unit Pebibytes (PiB
).
Implementation
double toPebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.pebi,
from,
);
Convert this to the unit Pebibytes (PiB
).
double toPebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.pebi,
from,
);