Click or drag to resize

JulianDateFunctionCollectionAdd Method (JulianDateSimpleFunction, Double)

Adds a function to the collection, and adds a threshold value that is of interest while exploring the function.

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,
	double threshold
)

Parameters

function
Type: AGI.Foundation.NumericalMethodsJulianDateSimpleFunction
The function to explore.
threshold
Type: SystemDouble
The threshold value that is of interest while exploring the function.

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