DoubleFunctionThresholdDetails Constructor  | 
 
            Initializes a new instance.  The threshold is initially enabled.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DoubleFunctionThresholdDetails(
	double value
)
Public Sub New ( 
	value As Double
)
public:
DoubleFunctionThresholdDetails(
	double value
)
new : 
        value : float -> DoubleFunctionThresholdDetailsParameters
- value
 - Type: SystemDouble
The threshold value of interest. 
See Also