# Math::Round
Math::Round
I
O
# Eingänge
| ID | Kürzel | Name | Typ | Standard | Beschreibung |
|---|---|---|---|---|---|
input | I | input | NUMBER | 0 |
# Ausgänge
| ID | Kürzel | Name | Typ | Standard | Beschreibung |
|---|---|---|---|---|---|
output | O | output | NUMBER | 0 |
# Quellcode
Volang-Quellcode anzeigen
value = input::get("input")
output::set("output", math::round(value))
