Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ArrayUtility.IndexOf

public static int IndexOf(T[] array, T value);

Returns

int The zero-based index of the element, if found; otherwise -1.

Description

Index of first element with value value.

Did you find this page useful? Please give it a rating: