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

Compare with Current View Page History

« Previous Version 13 Next »

This function returns a number list with results of the given calculation performed for each number in the specified list.

is used to reference the the current seed number.

Syntax
mathOnNumberList(numberList, mathExpression) #Output: Number list
Examples
Parser expressionDescription
mathOnNumberList([1, 2, 3, 4, 5], ^ * 2) 

This example returns the following number list: [2, 4, 6, 8, 10]

Additional information

Parameters used in this function

ParameterInput (data type)Description
numberList

NUMBER LIST

Any given number list
mathExpression

TEXT

A valid math expression
Output

This function returns a NUMBER LIST