# Math::Round

Process

Rounds the input value to the nearest integer

Math::Round
I
O

# Inputs

IDAbbrevNameTypeDefaultDescription
inputIInputNUMBER0Input

# Outputs

IDAbbrevNameTypeDefaultDescription
outputOOutputNUMBER0Output

# Source Code

View Volang source
value = input::get("input")
output::set("output", math::round(value))
Rounds the input value to the nearest integer