PolynomialBasis.Item Property

Gets an element of the collection as a function of one variable.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override Func<double, double> this[
	int index
] { get; }

Parameters

index  Int32
The index of the function.

Property Value

Func<Double, Double>
A delegate that represents a function of one variable.

Exceptions

ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to the number of functions in this PolynomialBasis.

See Also