ixfx
    Preparing search index...

    Function totalFast

    • Returns the total of data without pre-filtering for speed.

      For most uses, total should suffice.

      Numbers.totalFast([ 10, 0, 4 ]); // 14
      

      Parameters

      • data: readonly number[] | Float32Array<ArrayBufferLike>

      Returns number

      Maximum