InterpolationAlgorithmOrderRequired 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.2.419.0 (24.2.419.0)
Syntax public 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:
Int32See Also