Gets the slope of the curve at the specified
X-coordinate.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function SlopeAt ( _
x As Double _
) As Double |
| Visual C++ |
|---|
public:
virtual double SlopeAt(
double x
) override |
Return Value
The slope of the curve at the specified
X-coordinate.
Remarks
See Also