# Ceil

## Overview

![The Ceil Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-d89cc48a2dc5df8fb445837cdb417067768f0a8f%2Fnode-ceil2.png?alt=media)

**Ceil** takes a numerical value and rounds it *up* to the nearest whole number. This will affect each *component* separately with **Data Types** that are comprised of multiple components (**Vectors** and **Matrices**).

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

## Attributes

![The Ceil Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-1b20bc904b567bbc3f43a96ee0399e0c7eb44676%2Fnode-ceil2-attr.png?alt=media)

| Attribute   | Type          | Description                                                        |
| ----------- | ------------- | ------------------------------------------------------------------ |
| `Data Type` | **Drop-down** | The type of data that will be plugged into the `Input` **Socket**. |

## 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***. | The value (per *component*) to be rounded *up* to 0 decimal places.   |

## 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 value of `Input` (per *component*) after being *rounded up* to 0 decimal places.                                                   |

## External Links

* [*Floor and Ceiling Functions*](https://www.mathsisfun.com/sets/function-floor-ceiling.html) on Maths is Fun.
