Round
Math
The Round node takes in a value and rounds it with the "Round-To-Even" rule (also known as Banker's Rounding).
Inputs
N (Pseudo-Generic)
The number we want to check.
Outputs
* (Pseudo-Generic)
Returns the rounded out number.
See Also
- Wikipedia's definition of rounding.
- Microsoft's documentation on the Banker's Rounding.