PolynomialCoefficient Method

Gets the specified coefficient.

Definition

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public abstract double Coefficient(
	int n
)

Parameters

n  Int32
The power of the variable for which the coefficient is desired.

Return Value

Double
The coefficient of xn.

Exceptions

See Also