DoubleFunctionThresholdCrossingIndicatedThreshold Property |
Gets the threshold being crossed.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.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