mb

Converts a Double to megabytes (MB, 1000^2 bytes).

Return

The value multiplied by DecimalDataSize.megabyte.


val Int.mb: Long

Converts an Int to megabytes (MB, 1000^2 bytes).

Return

The value multiplied by DecimalDataSize.megabyte.


val Long.mb: Long

Converts a Long to megabytes (MB, 1000^2 bytes).

Return

The value multiplied by DecimalDataSize.megabyte.