Returns the dot product of arbitrary-sized arrays. Assumed they are of the same length.
Parameters
values: readonly (readonlynumber[])[]
nonNumber: "error"|"ignore"|"treat-as-zero" = ...
What to do if array contains an invalid number. Error: throw an exception, 'treat-as-zero' use as 0 instead, 'ignore', let math run with invalid number
Returns the dot product of arbitrary-sized arrays. Assumed they are of the same length.