ebSafe

Safely converts a Double to exabytes (EB, 1000^6 bytes) using BigDecimal.

Return

The value multiplied by DecimalDataSize.exabyte as a BigDecimal.


Safely converts an Int to exabytes (EB, 1000^6 bytes) using BigInteger.

Return

The value multiplied by DecimalDataSize.exabyte as a BigInteger.


Safely converts a Long to exabytes (EB, 1000^6 bytes) using BigInteger.

Return

The value multiplied by DecimalDataSize.exabyte as a BigInteger.