Click or drag to resize

LinearApproximationOrderRequired 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: 24.1.418.0 (24.1.418.0)
Syntax
public override int OrderRequired { get; }

Property Value

Type: Int32
See Also