Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

arrayFind(arrayName, element)

Parameters

Parameter name

Type

Required

Description

arrayName

array

Yes

The array.

elementtype of array elementYesThe element to find in the array.

Return Type

number


Info
titleRelated routine

Related routine: arrayFindBinary() - but your array must be sorted prior to that. This routine is for general use. Binary search should be used only for sorted arrays.

...