Click or drag to resize

DoubleFunctionCollectionRemoveItem 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.1.418.0 (24.1.418.0)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
Index where the item is removed.
See Also