The MULTA({ARRAY}, {ARRAY}) function returns a real array. The returned array is dot product of the two input arrays.
Format
MULTA (array1, array2)
Arguments
array1 | First input array. |
array2 | Second input array. |
Examples
MULTA({0.0,1.0,2.0},{0.0,1.0,2.0})
This function builder function will create array on fly with array values (0.0, 1.0, 4.0).