Gets the slope of the curve at the specified
X-coordinate.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function SlopeAt ( _ x As Double _ ) As Double |
| C# |
|---|
public override double SlopeAt ( double x ) |
| C++ |
|---|
public: virtual double SlopeAt ( double x ) override |
Parameters
- x (System.Double)
- A real number.
Return Value
The slope of the curve at the specified X-coordinate.
Remarks
For a Constant curve, this value
is always zero.