Returns the value of the first derivative of the spline at a point.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double Derivative( double x ) |
Visual Basic (Declaration) |
---|
Public Overridable Function Derivative ( _ x As Double _ ) As Double |
Visual C++ |
---|
public: virtual double Derivative( double x ) |
Parameters
- x
- Type: System..::.Double
A double, the point at which the derivative is to be evaluated.