toYobi method
Convert this to the unit Yobibytes (YiB
).
Implementation
double toYobi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.yobi,
from,
);
Convert this to the unit Yobibytes (YiB
).
double toYobi([BinaryPrefix from = BinaryPrefix.none]) => toUnit(
BinaryPrefix.yobi,
from,
);