eb
Converts a Double to exabytes (EB, 1000^6 bytes).
Warning: This operation may cause overflow or loss of precision for large values. Use ebSafe for safe calculations with BigDecimal.
Return
The value multiplied by DecimalDataSize.exabyte.
See also
Converts an Int to exabytes (EB, 1000^6 bytes).
Warning: This operation may cause overflow for large values. Use ebSafe for safe calculations with BigInteger.
Return
The value multiplied by DecimalDataSize.exabyte.
See also
Converts a Long to exabytes (EB, 1000^6 bytes).
Warning: This operation may cause overflow for large values. Use ebSafe for safe calculations with BigInteger.
Return
The value multiplied by DecimalDataSize.exabyte.