JScript  

float Data Type

[This is preliminary documentation and subject to change]

The float type is stored as a four-byte, single precision, floating point number.

The float type can represent numbers in the range negative 3.402823E38 through positive 3.402823E38, inclusive. The float type represents a single precision 32-bit IEEE 754 value.

The float type can also store NaN (Not a Number), positive and negative infinity, and positive and negative zero.

The equivalent NGWS data type is System.Single.

See Also

Boolean Data Type | double Data Type | int Data Type | long Data Type | NumberData Type | String Data Type