FloatFieldType Data Type

This FieldType contains float-values.

Subtypes
CurrencyFieldType
Properties
name data type description
precision number Returns the precision of the values contained in this field.
Properties inherited from FieldType
typeName FieldTypeEnum Returns the name of this FieldType.

Example

{
  "precision" : 12345,
  "typeName" : "LIST"
}