Click or drag to resize

VectorDerivative Properties

The VectorDerivative type exposes the following members.

Properties
  NameDescription
Public propertyAxes
Gets or sets the axes. The vector will represent the derivative of the vector in this axes.
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 propertyOrder
Gets or sets the order. The order of the derivative this object will represent will be equal to this value.
Public propertyVector
Gets or sets the vector. This VectorDerivative will represent the derivative of the vector represented by this property.
Top
See Also