|  | PolynomialReduce Method | 
            Removes trailing zeros from the coefficient vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic Polynomial Reduce()
Public Function Reduce As Polynomial
public:
Polynomial^ Reduce()
member Reduce : unit -> Polynomial 
Return Value
PolynomialA reference to self.
 Remarks
Remarks
            The coefficient vector is never reduced past a length of 1, even if the
            value of the last remaining coefficient is zero.
            
 See Also
See Also