Click or drag to resize

DoubleFunctionCollectionInsertItem 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.1.418.0 (24.1.418.0)
Syntax
protected override void InsertItem(
	int index,
	DoubleFunctionDetails item
)

Parameters

index
Type: SystemInt32
Index where the item is inserted.
item
Type: AGI.Foundation.NumericalMethodsDoubleFunctionDetails
The object that will be inserted.
See Also