# Numerical Value

## Overview

![The Numerical Value Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-238e726f34fa4c990481e5338c4e0eb90c642c35%2Fnumericalvalueupdatedimage.png?alt=media)

The **Numerical Value** **Node** generates a number, which can either be an **Int**, **Float**, or **Byte**.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Numerical Value Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-535a0b5e6bad3d6c4af2460122cd52ea6f35f032%2Fnode-numerical-value2-attr.png?alt=media)

### Inputs

| Attribute   | Type          | Description                                                   |
| ----------- | ------------- | ------------------------------------------------------------- |
| `Data Type` | **Drop-down** | Whether an **Int**, **Float**, or **Byte** will be generated. |

### Default

| Attribute | Type                                         | Description                                      |
| --------- | -------------------------------------------- | ------------------------------------------------ |
| `Value`   | *Defined in the `Data Type`* ***Attribute*** | The `Value` that the generated number will have. |

## Inputs

| Input             | Type                                         | Description                                                           |
| ----------------- | -------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | *Defined in the `Data Type`* ***Attribute*** | A number you wish to add to the **Numerical Value** **Node**.         |

## Outputs

| Output             | Type                                         | Description                                                                                                                            |
| ------------------ | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**                                    | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Output`           | *Defined in the `Data Type`* ***Attribute*** | The generated number.                                                                                                                  |

## See Also

* [**Byte**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/data-types/byte)
* [**Float**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/data-types/float)
* [**Int**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/data-types/int)
