Gets and sets the cofficients of this polynomial.
Namespace: CenterSpace.NMath.CoreAssembly: 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); } |