PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Function: round()

Rounds a value to a given number of decimal places.

Syntax

round(listOfValues, decimalPlace)

Argument Type Description
listOfValues Array List of values to be assessed
decimalPlace Integer Decimal 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

  • No labels