Click or drag to resize

PointDifferentiator Properties

The PointDifferentiator type exposes the following members.

Properties
  NameDescription
Public propertyDerivativeToCompute
Gets or sets the derivative to compute by finite-differencing. For example, a value of 1 for this property indicates that the first derivative (or velocity) should be computed. A value of 0 (the default) will cause the first derivative that is not supplied directly by DifferentiatedPoint to be computed.
Public propertyDifferentiatedPoint
Gets or sets the point whose highest order derivative is being differentiated
Public propertyIncrement
Gets or sets the increment used to calculate finite differences
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.)
Top
See Also