|  | PolynomialCoeff Property | 
            Gets and sets the cofficients of this polynomial.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Coeff { get; set; }Public Property Coeff As DoubleVector
	Get
	Set
public:
property DoubleVector^ Coeff {
	DoubleVector^ get ();
	void set (DoubleVector^ value);
}member Coeff : DoubleVector with get, set
Property Value
DoubleVector See Also
See Also