DoubleFunctionThresholdCrossingFoundThreshold Property  | 
 
            Gets the threshold crossed by the function.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DoubleFunctionThresholdDetails Threshold { get; }Public ReadOnly Property Threshold As DoubleFunctionThresholdDetails
	Get
public:
property DoubleFunctionThresholdDetails^ Threshold {
	DoubleFunctionThresholdDetails^ get ();
}member Threshold : DoubleFunctionThresholdDetails with get
Property Value
Type: 
DoubleFunctionThresholdDetails
See Also