Coefficients Field

Coefficients a_0,...,a_n of a polynomial p, such that p(x) = a_0 + a_1*x + a_2*x^2 + ... + a_n*x^n.
Public Coefficients As Complex()
This language is not supported or no code example is available.
public Complex[] Coefficients
This language is not supported or no code example is available.
public:  
array< Complex^ >^ Coefficients;
This language is not supported or no code example is available.
public Coefficients : Complex[]
This language is not supported or no code example is available.

Field Value

Complex[]

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition