Returns the value of a number rounded to the nearest integer
ID
math-operators-round
Name
Round
Group
Operators
Package
Math
Keywords
Ceil
Floor\
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
x | Number | Number to round |
Outputs
Name | Type | Description |
---|---|---|
round | Number | The value of the given number rounded to the nearest integer |