DoubleFunctionThresholdCrossingIndicated.Threshold Property |
Gets the threshold being crossed.
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