Field Type: Integer
Jump to navigation
Jump to search
Integer fields are used to store positive and negative numbers without any decimal places.
For example, the following numbers are integers.
- -10
- 0
- 1
- 2021
The following numbers are not.
- 5.5
- 2002.2
- 2021.0