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: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDateFunctionDetails Add(
	JulianDateSimpleFunction function,
	double threshold
)
Public Function Add ( 
	function As JulianDateSimpleFunction,
	threshold As Double
) As JulianDateFunctionDetails
public:
JulianDateFunctionDetails^ Add(
	JulianDateSimpleFunction^ function, 
	double threshold
)
member Add : 
        function : JulianDateSimpleFunction * 
        threshold : float -> JulianDateFunctionDetails 
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