Click or drag to resize

ContiguousIntegerRangeContains Method

Determines whether the specified item is contained in the range.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	int nValue
)

Parameters

nValue  Int32
The item to test.

Return Value

Boolean
if the item is contained in the range; otherwise, .

Implements

IAscendingIntegerCollectionContains(Int32)
See Also