Click or drag to resize

AscendingIntegerCollectionContains Method

Returns true, if the integer
C#
nValue
is contained in this collection.

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
The integer value to test for membership.

Return Value

Boolean
True if the integer value is member of the collection.

Implements

IAscendingIntegerCollectionContains(Int32)
See Also