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 Overridable Function SlopeAt ( _
x As Double _
) As Double |
Return Value
The slope of the curve at the specified
X-coordinate.
Remarks
See Also