Click or drag to resize

RealPolynomialItem Property

Gets the coefficient of the monomial of the specified order.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the coefficient of the monomial of the specified order.

Return Value

Type: Double
The coefficient of the given term.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the parameter index is less than zero or is greater than or equal to the Order.
See Also