HermitePolynomialApproximationOrderRequired 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 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:
Int32Remarks This class returns zero, indicating that this interpolation algorithm does not require derivative information.
See Also