gib

Converts a Double to gibibytes (GiB, 1024^3 bytes).

Return

The value multiplied by BinaryDataSize.gigabyte.


val Int.gib: Long

Converts an Int to gibibytes (GiB, 1024^3 bytes).

Return

The value multiplied by BinaryDataSize.gigabyte.


Converts a Long to gibibytes (GiB, 1024^3 bytes).

Return

The value multiplied by BinaryDataSize.gigabyte.