DurationFunctionThresholdCollectionAdd Method (Double) | 
 
            Adds a threshold.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DurationFunctionThresholdDetails Add(
	double threshold
)
Public Function Add ( 
	threshold As Double
) As DurationFunctionThresholdDetails
public:
DurationFunctionThresholdDetails^ Add(
	double threshold
)
member Add : 
        threshold : float -> DurationFunctionThresholdDetails 
Parameters
- threshold
 - Type: SystemDouble
The value of the threshold. 
Return Value
Type: 
DurationFunctionThresholdDetailsThe instance representing the threshold, which has been added to the collection.
See Also