Click or drag to resize

AscendingIntegerCollectionRemoveAllAbove Method

Removes all integers above the specified maximum value from the collection.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void RemoveAllAbove(
	int maxValue
)

Parameters

maxValue  Int32
The maximum value to keep.
See Also