Gets and sets the cofficients of this polynomial.

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

Syntax

C#
public DoubleVector Coeff { get; set; }
Visual Basic (Declaration)
Public Property Coeff As DoubleVector
Visual C++
public:
property DoubleVector^ Coeff {
	DoubleVector^ get ();
	void set (DoubleVector^ value);
}

See Also