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
)
Public Overridable Function Coefficient (
n As Integer
) As Double
public:
virtual double Coefficient(
int n
)
abstract Coefficient :
n : int -> float
override Coefficient :
n : int -> float
Parameters
- n
- Type: SystemInt32
The power of the variable for which the coefficient is desired.
Return Value
Type:
DoubleThe coefficient of x
n.
Exceptions See Also