# DataType:int

Data related to integers

## Members

| **Type**                                                                                       | **Member**    | **Description**                                         |
| ---------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------- |
| [*float*](/macroquest/data-types-and-top-level-objects/data-types/datatype-float.md)           | **Float**     | The number as a float (123 is represented as 123.0)     |
| \_\_[*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **Hex**       | The hex value of the integer (10 is represented as 0xA) |
| \_\_[*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)\_\_       | **Reverse**   | Endianness reversed                                     |
| \_\_[*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **To String** | The number                                              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macroquest.gitbook.io/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
