 | OneVariableFunctionDerivative Method |
Returns the first derivative of this function.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic OneVariableFunction Derivative()
Public Function Derivative As OneVariableFunction
public:
OneVariableFunction^ Derivative()
member Derivative : unit -> OneVariableFunction
Return Value
Type:
OneVariableFunction
A new function object encapsulating the first derivative of this function.
See Also