Click or drag to resize

LagrangePolynomialApproximation Properties

The LagrangePolynomialApproximation type exposes the following members.

Properties
  NameDescription
Public propertyDegreeRequired
Gets the minimum degree of approximation that this interpolator can perform.
(Overrides InterpolationAlgorithmDegreeRequired.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyOrderRequired
Gets the number of derivatives of the dependent variable that are required on input in order to interpolate using this interpolation algorithm.
(Overrides InterpolationAlgorithmOrderRequired.)
Top
See Also