Click or drag to resize

VectorDifferentiator Properties

The VectorDifferentiator 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 vector rate) should be computed. A value of 0 (the default) will cause the first derivative that is not supplied directly by DifferentiatedVector to be computed.
Public propertyDifferentiatedVector
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