IntegerArrayRemove 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
Syntax public void Remove(
Object value
)
Parameters
- value
- Type: SystemObject
Element to remove.
Implements
IListRemove(Object)See Also