ContiguousIntegerRangeIndexOf Method |
Returns the zero-based index of the specified item within the range.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
int item
)
Parameters
- item Int32
- The item to locate.
Return Value
Int32The zero-based index of
item if it is contained in the range; otherwise,
-1.
See Also