InterpolationAlgorithmDegreeRequired 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 abstract int DegreeRequired { get; }Public MustOverride ReadOnly Property DegreeRequired As Integer
	Get
public:
virtual property int DegreeRequired {
	int get () abstract;
}abstract DegreeRequired : int with get
Property Value
Type: 
Int32
See Also