eib

Converts a Double to exbibytes (EiB, 1024^6 bytes).

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

Return

The value multiplied by BinaryDataSize.exabyte.

See also


val Int.eib: Long

Converts an Int to exbibytes (EiB, 1024^6 bytes).

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

Return

The value multiplied by BinaryDataSize.exabyte.

See also


Converts a Long to exbibytes (EiB, 1024^6 bytes).

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

Return

The value multiplied by BinaryDataSize.exabyte.

See also