ixfx
    Preparing search index...

    Function dotProduct

    • Returns the dot product of arbitrary-sized arrays. Assumed they are of the same length.

      Parameters

      • values: readonly (readonly number[])[]
      • 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 number