Polynomial.Create (Double()) Method
Public Shared Function Create( _
ByVal ParamArray coef As Double() _
) As Polynomial
This language is not supported or no code example is available.
public static Polynomial Create(
params double[] coef
)
This language is not supported or no code example is available.
public:
static Polynomial^ Create(
...array< array< double >^ >^ coef
)
This language is not supported or no code example is available.
Parameters
- coef
- double[]