PhixFlow Help

round

Function: round()

Rounds a value to a given number of decimal places.

Syntax

round(listOfValues, decimalPlace)

ArgumentTypeDescription
listOfValuesArrayList of values to be assessed
decimalPlaceIntegerDecimal place precision to be used

Examples

round(in.value, 2)

Where in.value contains [12.343,12.345], round() returns [12.34, 12.35]

See Also

Please let us know if we could improve this page feedback@phixflow.com