Returns the first derivative of this function.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public OneVariableFunction Derivative()
Visual Basic (Declaration)
Public Function Derivative As OneVariableFunction
Visual C++
public:
OneVariableFunction^ Derivative()

Return Value

A new function object encapsulating the first derivative of this function.

See Also