col.xyz.type = number
Use this when the column should store number fields with a decimal (such as 1.5, -212.34 ...)
Â
Class | columnType |
---|---|
Property | col.xyz.type = number |
Formal specification | col.xyz.type = number |
Required | no |
Default | |
Version | 1.0 |
Comment | The column values are stored as a double in the gridtable |
Example | col.price.type=numberÂ
|
Reference | col.xyz.type = integer |