LagrangePolynomialApproximationDegreeRequired Property |
Gets the minimum degree of approximation that this interpolator can perform.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override int DegreeRequired { get; }
Public Overrides ReadOnly Property DegreeRequired As Integer
Get
public:
virtual property int DegreeRequired {
int get () override;
}
abstract DegreeRequired : int with get
override DegreeRequired : int with get
Property Value
Type:
Int32See Also