| VectorDifferentiator Properties | 
The VectorDifferentiator type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DerivativeToCompute | 
            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.
             | 
|  | DifferentiatedVector | 
            Gets or sets the point whose highest order derivative is being differentiated
             | 
|  | Increment | 
            Gets or sets the increment used to calculate finite differences
             | 
|  | IsFrozen | 
            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.) | 
 See Also
See Also