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: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDateFunctionDetails Add(
	JulianDateSimpleFunction function
)
Public Function Add ( 
	function As JulianDateSimpleFunction
) As JulianDateFunctionDetails
public:
JulianDateFunctionDetails^ Add(
	JulianDateSimpleFunction^ function
)
member Add : 
        function : JulianDateSimpleFunction -> JulianDateFunctionDetails 
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