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