AscendingIntegerCollectionRemoveAllAbove Method |
Removes all integers above the specified maximum value from the collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void RemoveAllAbove(
int maxValue
)
Parameters
- maxValue Int32
- The maximum value to keep.
See Also