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: 25.2.423.0 (25.2.423.0)
Syntaxpublic double this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As Double
Get
public:
property double default[int index] {
double get (int index);
}member Item : float with get
Parameters
- index
- Type: SystemInt32
The index of the coefficient of the monomial of the specified order.
Return Value
Type:
DoubleThe coefficient of the given term.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown when the parameter index is less than zero or is greater
than or equal to the Order.
|
See Also