# Round To Whole Number

![](https://692276616-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN06Vv6nlwviUQ4hI2Kkd%2Fuploads%2Fgit-blob-83aa82401bb6bf9128d0f63aae441810695d3d4e%2Fround-to-whole-number.png?alt=media)

## Description

Returns the Operand rouded up, rounded down, and rounded to the nearest whole number

## Node Type

Nodes fall into two basic categories: Data and Execution. This node supplies Data for an Execution node.

## Inputs

| Input   | Type   | Required | Description                             |
| ------- | ------ | -------- | --------------------------------------- |
| Operand | Number | Yes      | Operand to compare against other input. |

## Outputs

| Output     | Type   | Description                                                    |
| ---------- | ------ | -------------------------------------------------------------- |
| Round Up   | Number | Rounds given number up to the nearest whole number.            |
| Nearest    | Number | Rounds given number up or down, depending on which is nearest. |
| Round Down | Number | Rounds given number down to the nearest whole number.          |

\
\
**Contributors**

AddiCt3d 2CHa0s
