This structure is a combination of a REAL8 (System.Double) and a width and # of decimals.
It is not a reference type like in VO.
The internal type name for this type is XSharp.__Float
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.