DoubleFunctionCollectionAdd Method (DoubleSimpleFunction) |
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.2.419.0 (24.2.419.0)
Syntax public DoubleFunctionDetails Add(
DoubleSimpleFunction function
)
Public Function Add (
function As DoubleSimpleFunction
) As DoubleFunctionDetails
public:
DoubleFunctionDetails^ Add(
DoubleSimpleFunction^ function
)
member Add :
function : DoubleSimpleFunction -> DoubleFunctionDetails
Parameters
- function
- Type: AGI.Foundation.NumericalMethodsDoubleSimpleFunction
The function to explore.
Return Value
Type:
DoubleFunctionDetails
An instance describing the details of this function. This instance will have already
been added to this collection when this method returns.
See Also