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
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
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.