Double typedef

Double = double

Represents a double-precision 64-bit IEEE 754 floating point number.

On the JVM, non-nullable values of this type are represented as values of the primitive type double.

Implementation

typedef Double = double;