InterpolationAlgorithmDegreeRequired Property |
Gets the minimum degree of approximation that this interpolator can perform.
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 DegreeRequired { get; }
Public MustOverride ReadOnly Property DegreeRequired As Integer
Get
public:
virtual property int DegreeRequired {
int get () abstract;
}
abstract DegreeRequired : int with get
Property Value
Type:
Int32See Also