AscendingIntegerCollectionRemove Method |
Removes an integer value from the collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Remove(
int nValue
)
Parameters
- nValue Int32
- The integer value to remove.
See Also