Double

A double is a 64-bit floating-point data type used to store decimal numbers.

var d : Double = 3.1415926535;

Last updated