Click or drag to resize

DurationFunctionCollection.SetItem Method

Replaces the element 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)
Syntax
protected override void SetItem(
	int index,
	DurationFunctionDetails item
)

Parameters

index
Type: System.Int32
Index where the item will be replaced.
item
Type: AGI.Foundation.NumericalMethods.DurationFunctionDetails
The new value for the element at the specified index.
See Also