Click or drag to resize

JulianDateFunctionCollectionAdd Method (JulianDateSimpleFunction)

Adds a function to the collection. The new function will not be configured with any threshold values.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public JulianDateFunctionDetails Add(
	JulianDateSimpleFunction function
)

Parameters

function
Type: AGI.Foundation.NumericalMethodsJulianDateSimpleFunction
The function to explore.

Return Value

Type: JulianDateFunctionDetails
An instance describing the details of this function. This instance will have already been added to this collection when this method returns.
See Also