pib

Converts a Double to pebibytes (PiB, 1024^5 bytes).

Warning: This operation may cause overflow or loss of precision for large values. Use pibSafe for safe calculations with BigDecimal.

Return

The value multiplied by BinaryDataSize.petabyte.

See also


val Int.pib: Long

Converts an Int to pebibytes (PiB, 1024^5 bytes).

Warning: This operation may cause overflow for large values. Use pibSafe for safe calculations with BigInteger.

Return

The value multiplied by BinaryDataSize.petabyte.

See also


Converts a Long to pebibytes (PiB, 1024^5 bytes).

Warning: This operation may cause overflow for large values. Use pibSafe for safe calculations with BigInteger.

Return

The value multiplied by BinaryDataSize.petabyte.

See also