mib

Converts a Double to mebibytes (MiB, 1024^2 bytes).

Return

The value multiplied by BinaryDataSize.megabyte.


val Int.mib: Long

Converts an Int to mebibytes (MiB, 1024^2 bytes).

Return

The value multiplied by BinaryDataSize.megabyte.


Converts a Long to mebibytes (MiB, 1024^2 bytes).

Return

The value multiplied by BinaryDataSize.megabyte.