LinearPartitioningIndexOf(Object) Method |
Determines the index of a specific item in the
IList.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
Object? value
)
Parameters
- value Object
- The object to locate in the IList.
Return Value
Int32The index of
value if found in the list; otherwise, -1.
Implements
IListIndexOf(Object)
See Also