Chebyshev Series.Slope At Method
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Overload List
| Slope | Evaluates the slope or first derivative of a Chebyshev series for a complex number argument. |
| Slope | Gets the slopes of the curve at the specified X-coordinates. |
| Slope | Gets the slopes of the curve at the specified X-coordinates. |
| Slope | Gets the slopes of the curve at the specified X-coordinates. |
| Slope | Gets the slopes of the curve at the specified X-coordinates. |
SlopeAt(Double)
Evaluates the slope or first derivative of a Chebyshev
series for a complex number argument.
public override double SlopeAt(
double x
)Parameters
- x Double
- A complex number number.
Return Value
DoubleThe slope of the Chebyshev series for the specified argument.