Round

Description
Returns the value of a number rounded to the nearest integer.
Tags
Functions
Type
#
Syntax
round(number)
Example
round(100 * prop("Wins") / (prop("Games") - prop("Draws"))) / 100