×

Round Number

iOS 14 +

Notes

Rounds a number depending on the parameters.

Syntax

round(number: <#Integer or Variable#>, roundTo: <#Enumeration (WFRoundTo)#>, mode: <#Enumeration (WFRoundMode)#>)

Example

round(number: 120.3323, roundTo: Ones Place, mode: Normal)