eibSafe

Safely converts a Double to exbibytes (EiB, 1024^6 bytes) using BigDecimal.

Return

The value multiplied by BinaryDataSize.exabyte as a BigDecimal.


Safely converts an Int to exbibytes (EiB, 1024^6 bytes) using BigInteger.

Return

The value multiplied by BinaryDataSize.exabyte as a BigInteger.


Safely converts a Long to exbibytes (EiB, 1024^6 bytes) using BigInteger.

Return

The value multiplied by BinaryDataSize.exabyte as a BigInteger.