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


val Int.eb: Long

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


val Long.eb: Long

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.

See also