Click or drag to resize

OneVariableFunctionDerivative Method

Returns the first derivative of this function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneVariableFunction Derivative()

Return Value

OneVariableFunction
A new function object encapsulating the first derivative of this function.
See Also