Click or drag to resize

InterpolationAlgorithm Properties

The InterpolationAlgorithm type exposes the following members.

Properties
  NameDescription
Public propertyDegreeRequired
Gets the minimum degree of approximation that this interpolator can perform.
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.
Top
See Also