Click or drag to resize

ContiguousIntegerRangeIndexOf Method

Returns the zero-based index of the specified item within the range.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOf(
	int item
)

Parameters

item  Int32
The item to locate.

Return Value

Int32
The zero-based index of item if it is contained in the range; otherwise, -1.
See Also