toMebi method
Convert this to the unit Mebibytes (MiB
).
Implementation
double toMebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.mebi,
from,
);
Convert this to the unit Mebibytes (MiB
).
double toMebi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.mebi,
from,
);