DoubleFunctionCollectionSetItem Method |
Replaces the element at the specified index.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected override void SetItem(
int index,
DoubleFunctionDetails item
)
Protected Overrides Sub SetItem (
index As Integer,
item As DoubleFunctionDetails
)
protected:
virtual void SetItem(
int index,
DoubleFunctionDetails^ item
) override
abstract SetItem :
index : int *
item : DoubleFunctionDetails -> unit
override SetItem :
index : int *
item : DoubleFunctionDetails -> unit
Parameters
- index
- Type: SystemInt32
Index where the item will be replaced. - item
- Type: AGI.Foundation.NumericalMethodsDoubleFunctionDetails
The new value for the element at the specified index.
See Also