NVectorIndexOf(Int32) Method |
Returns the zero-based index of the first occurrence of a value.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic int IndexOf(
int value
)
Parameters
- value Int32
- The value to locate.
Return Value
Int32Index of the first ocurrence, if found;
-1, otherwise.
See Also