Calculates the average (arithmetic mean) of all numeric values provided across one or more parameters.
Each parameter may be a single numeric value or a list of numeric values.
Numeric strings are included.
Non-numeric values are ignored.
Syntax
fn.math.avg($valueOrList1 [, $valueOrList2, $valueOrList3, ...])
Parameters
$valueOrList1
A numeric value, a numeric string, or a...
Calculates the sum of one or more values or lists of values.
Each parameter may be a numeric value or a list of numeric values.
Numeric strings are included.
Non-numeric values (including non-numeric strings) are ignored.
Syntax
fn.math.sum($valueOrList1 [, $valueOrList2, $valueOrList3, ...])
Parameters
$valueOrList1
A numeric value, numeric string, or list containing nume...
Returns the maximum numeric value from one or more inputs.
Each parameter may be a single numeric value or a list of numeric values.
All numeric strings are also included.
Non-numeric values (including non-numeric strings) are ignored.
Syntax
fn.math.max($valueOrList1 [, $valueOrList2, $valueOrList3, ...])
Parameters
$valueOrList1
A numeric value, a numeric string, or a li...
Returns the minimum numeric value from one or more inputs.
Each parameter may be a single numeric value or a list of numeric values.
Numeric strings are also included.
Non-numeric values (including non-numeric strings) are ignored.
Syntax
fn.math.min($valueOrList1 [, $valueOrList2, $valueOrList3, ...])
Parameters
$valueOrList1
A numeric value, a numeric string, or a list c...
This topic contains development information on using Zeaware Avalon built-in Math functions.
Topics in this Section
The following topics are covered in this section:
...