LinearApproximationDegreeRequired 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Int32
See Also