toDouble abstract method

double toDouble()

Returns the double representation of this integer.

On some platforms, inputs with large absolute values (i.e., > 2^52) may lose some of their low-order bits.

Implementation

double toDouble();