Provides services for functions where the input can be N numerical parameters, or an array of numerical values.
Supported cases:
paramCount=1; arrayLength=undefined;
func
paramCount=undefined; arrayLength=undefined;
Provides services for functions where the input can be N numerical parameters, or an array of numerical values.
Supported cases:
paramCount=1; arrayLength=undefined;funcon each index, and set output to an array.funcand set output a number.paramCount=undefined; arrayLength=undefined;funcwith an array, the result value type is the same as the one returned by thefunc.