gb

Converts a Double to gigabytes (GB, 1000^3 bytes).

Return

The value multiplied by DecimalDataSize.gigabyte.


val Int.gb: Long

Converts an Int to gigabytes (GB, 1000^3 bytes).

Return

The value multiplied by DecimalDataSize.gigabyte.


val Long.gb: Long

Converts a Long to gigabytes (GB, 1000^3 bytes).

Return

The value multiplied by DecimalDataSize.gigabyte.