IAscendingIntegerCollectionContains Method |
Returns true if the integer
is contained in this collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool Contains(
int nValue
)
Parameters
- nValue Int32
- The integer value to test for membership.
Return Value
BooleanTrue if the integer value is member of the collection.
See Also