DoubleFunctionCollection.InsertItem Method |
Inserts an element into the collection at the specified index.
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 InsertItem(
int index,
DoubleFunctionDetails item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As DoubleFunctionDetails
)
protected:
virtual void InsertItem(
int index,
DoubleFunctionDetails^ item
) override
abstract InsertItem :
index : int *
item : DoubleFunctionDetails -> unit
override InsertItem :
index : int *
item : DoubleFunctionDetails -> unit
Parameters
- index
- Type: System.Int32
Index where the item is inserted. - item
- Type: AGI.Foundation.NumericalMethods.DoubleFunctionDetails
The object that will be inserted.
See Also