Gets and sets the cofficients of this polynomial.

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

Syntax

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

See Also