LinearCombination.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#
public virtual double this[
	int index
] { get; set; }

Parameters

index  Int32
 

Property Value

Double
A 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.

See Also