Click or drag to resize

DoubleFunctionThresholdCollectionAdd Method (Double)

Adds a threshold.

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 DoubleFunctionThresholdDetails Add(
	double threshold
)

Parameters

threshold
Type: SystemDouble
The value of the threshold.

Return Value

Type: DoubleFunctionThresholdDetails
The instance representing the threshold, which has been added to the collection.
See Also