DoubleFunctionCollection.RemoveItem Method |
Removes the element at the specified index of the collection.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxprotected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit
Parameters
- index
- Type: System.Int32
Index where the item is removed.
See Also