Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public DoubleFunctionDetails Add(
	DoubleSimpleFunction function
)

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