Click or drag to resize

JulianDateFunctionCollectionSetItem Method

Replaces the element 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 SetItem(
	int index,
	JulianDateFunctionDetails item
)

Parameters

index
Type: SystemInt32
Index where the item will be replaced.
item
Type: AGI.Foundation.NumericalMethodsJulianDateFunctionDetails
The new value for the element at the specified index.
See Also