Round
Category: Math
Signature
Round(value As Double)
Returns
Integer
Description
Rounds the value to the nearest whole integer.
Example
score = Round(rawScore)
Category: Math
Round(value As Double)
Integer
Rounds the value to the nearest whole integer.
score = Round(rawScore)