Gets or sets the coefficient of the function with the specified
index.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual double this[
int index
] { get; set; }
Public Overridable Default Property Coefficient (
index As Integer
) As Double
Get
Set
public:
virtual property double default[int index] {
double get (int index);
void set (int index, double value);
}
abstract Coefficient : float with get, set
override Coefficient : float with get, set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
DoubleA real number.
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.
Reference