The FLOAT type is a type that stores a 64-bit floating point value, along with formatting information. The precision and range of a FLOAT are the same as that from a REAL8, since the value of the float is stored in a REAL8.
The FLOAT type is implemented in the structure XSharp.__Float
The Usual type of FLOAT is 3.