pb

Converts a Double to petabytes (PB, 1000^5 bytes).

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

Return

The value multiplied by DecimalDataSize.petabyte.

See also


val Int.pb: Long

Converts an Int to petabytes (PB, 1000^5 bytes).

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

Return

The value multiplied by DecimalDataSize.petabyte.

See also


val Long.pb: Long

Converts a Long to petabytes (PB, 1000^5 bytes).

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

Return

The value multiplied by DecimalDataSize.petabyte.

See also