> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/core/data-types/number.md).

# 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.
