Click or drag to resize

ContiguousNonNegativeIntegerRangeContains Method

[Missing <summary> documentation for "M:Altaxo.Collections.ContiguousNonNegativeIntegerRange.Contains(System.Int32)"]


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

Parameters

nValue  Int32

[Missing <param name="nValue"/> documentation for "M:Altaxo.Collections.ContiguousNonNegativeIntegerRange.Contains(System.Int32)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Collections.ContiguousNonNegativeIntegerRange.Contains(System.Int32)"]

Implements

IAscendingIntegerCollectionContains(Int32)
See Also