# Number

#### Description

Represents numerical data that can include both whole numbers (integers) and decimal numbers. This data type is used for storing and performing calculations with numbers, making it suitable for a wide range of mathematical and statistical operations.

#### Properties

* **Text value**: The number displayed as a text string.
* **Integer value**: The number converted to an integer by removing any decimal portion.
