Click or drag to resize

ScalarDerivative Properties

The ScalarDerivative type exposes the following members.

Properties
  NameDescription
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 propertyScalar
Gets or sets the scalar. This ScalarDerivative will represent the derivative of the scalar represented by this property.
Top
See Also