LagrangePolynomialApproximationOrderRequired Property  | 
 
            Gets the number of derivatives of the dependent variable that are required on input
            in order to interpolate using this interpolation algorithm.
            
 
    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 OrderRequired { get; }Public Overrides ReadOnly Property OrderRequired As Integer
	Get
public:
virtual property int OrderRequired {
	int get () override;
}abstract OrderRequired : int with get
override OrderRequired : int with get
Property Value
Type: 
Int32
RemarksThis class returns zero, indicating that this interpolation algorithm does not require derivative information.
See Also