Click or drag to resize

IAscendingIntegerCollectionContains Method

Determines whether the specified integer value is contained in this collection.

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

Parameters

nValue  Int32
The integer value to test for membership.

Return Value

Boolean
True if the integer value is a member of the collection; otherwise, false.
See Also