ixfx
    Preparing search index...

    Function maxFast

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

      For most uses, max should suffice.

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

      Parameters

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

      Returns number

      Maximum