Re: I need the fastest routine



Hi Nenad


try this:

procedure MinMaxArray( const aArray : Array of Integer; out aMax, aMin : integer );

Thanks a lot! I will try it!
.



Relevant Pages

  • Re: I need the fastest routine
    ... procedure MinMaxArray(const aArray: Array of Integer; out aMax, ... aMin: integer); ... var p: pinteger; ...
    (borland.public.delphi.language.basm)
  • Re: I need the fastest routine
    ... procedure MinMaxArray(const aArray: Array of Integer; out aMax, aMin: ... var i: integer; ...
    (borland.public.delphi.language.basm)
  • Re: Filter and compress an array
    ... && for the Array. ... you had written the following in your original post ... if Amin < A< Amax ...
    (comp.soft-sys.matlab)
  • Re: I need the fastest routine
    ... | So assuming that 'mine' is the original code, ... procedure MinMaxArray(const aArray: Array of Integer; out aMax, aMin: integer); ...
    (borland.public.delphi.language.basm)
  • Re: I need the fastest routine
    ... procedure MinMaxArray(const aArray: array of Integer; out aMax, aMin: ... and (LTempMin - LArrVal)); ...
    (borland.public.delphi.language.basm)