Round
This Flow Script tutorial explains how to use the Round function with syntax and examples.
Description
Syntax
Parameters
Returns
Example
Round(1.8)
Result: 2
Round(1.5)
Result: 2
Round(2.5)
Result: 2Last updated
Was this helpful?