Linear Combination.Coefficient Property
Gets or sets the coefficient of the function with the specified
index.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A real number.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual double this[
int index
] { get; set; }
Parameters
- index Int32
Property Value
DoubleA real number.
Remarks
The index parameter represents the index of the function in the underlying FunctionBasis. For classes deriving from PolynomialBase, this corresponds to the degree or order of the basis polynomial.