mebibytes property
1 mebibyte is equal to 2^20 bytes (1 048 576 bytes).
Use bytes.mega()
to get the metric value (1 000 000 bytes). Use mebibytes
for
common binary usage (e.g., for data storage units).
Implementation
static final InformationUnits mebibytes = InformationUnits(
'mebibytes', 'MiB', 'MiB', 'mebibyte', 8.0 * 1.048576e6, false);