Integer

Description

Represents whole numbers, including positive numbers, negative numbers, and zero. This data type is used for storing numerical values without any decimal places, making it suitable for counting, indexing, or any scenario where fractional numbers are not required.

Properties

  • Text value: The integer displayed as a text string.

Last updated