Click or drag to resize

DoubleFunctionThresholdCollection.Add Method (Double)

Adds a threshold.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public DoubleFunctionThresholdDetails Add(
	double threshold
)

Parameters

threshold
Type: System.Double
The value of the threshold.

Return Value

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