DoubleFunctionExtremumIndicatedLeftSegmentSlope Property |
Gets the slope between the left and middle samples.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic FunctionSegmentSlope LeftSegmentSlope { get; }
Public ReadOnly Property LeftSegmentSlope As FunctionSegmentSlope
Get
public:
property FunctionSegmentSlope LeftSegmentSlope {
FunctionSegmentSlope get ();
}
member LeftSegmentSlope : FunctionSegmentSlope with get
Property Value
Type:
FunctionSegmentSlope
See Also