---
title: Round
framework: shadergraph
role: symbol
role_heading: ShaderGraph Node
path: shadergraph/math/round
---

# Round

Rounds to the nearest integer value, per-channel.

## Overview

Overview Floor(I + 0.5) Parameter Types

## See Also

### Nodes

- [Add](shadergraph/math/add.md)
- [Subtract](shadergraph/math/subtract.md)
- [Multiply](shadergraph/math/multiply.md)
- [Divide](shadergraph/math/divide.md)
- [Modulo](shadergraph/math/modulo.md)
- [Abs](shadergraph/math/abs.md)
- [Floor](shadergraph/math/floor.md)
- [Ceiling](shadergraph/math/ceiling.md)
- [Power](shadergraph/math/power.md)
- [Sin](shadergraph/math/sin.md)
- [Cos](shadergraph/math/cos.md)
- [Tan](shadergraph/math/tan.md)
- [Asin](shadergraph/math/asin.md)
- [Acos](shadergraph/math/acos.md)
- [Atan2](shadergraph/math/atan2.md)
