×

Round Number

iOS 14 +

Notes

Rounds a number depending on the parameters.

Syntax

round(number: <#Number (Allows Variables)#>, roundTo: <#Enumeration (WFRoundTo) (Optional)#>, mode: <#Enumeration (WFRoundMode) (Optional)#>)

Example

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