 | OneVariableFunctionDifferentiate Method |
Computes the numerical derivative of the current function at the given
x-value.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic virtual double Differentiate(
double x
)
Public Overridable Function Differentiate (
x As Double
) As Double
public:
virtual double Differentiate(
double x
)
abstract Differentiate :
x : float -> float
override Differentiate :
x : float -> float
Parameters
- x Double
-
Position on the x-axis to compute the derivative.
Return Value
Double
An approximatation of the derivative of the current function at
x.
See Also