|  | PolynomialDerivative Method | 
            Returns the first derivative of this polynomial.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic Polynomial Derivative()
Public Function Derivative As Polynomial
public:
Polynomial^ Derivative()
member Derivative : unit -> Polynomial 
Return Value
Polynomial
            A new polynomial object encapsulating the first derivative of this polynomial.
            
 See Also
See Also