Click or drag to resize

PolynomialCoefficient Method

Gets the specified coefficient.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual double Coefficient(
	int n
)

Parameters

n
Type: SystemInt32
The power of the variable for which the coefficient is desired.

Return Value

Type: Double
The coefficient of xn.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionn is negative.
See Also