IntegerArray.Remove Method (Object)
|
Remove element with smallest index equal to specified.
All element with indices greater than removed will be shifted left.
Namespace:
FinMath.DataStructures
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntaxpublic void Remove(
Object value
)
Parameters
- value
- Type: System.Object
Element to remove.
Implements
IList.Remove(Object)
See Also