Click or drag to resize

AuxiliaryStateScalar Properties

The AuxiliaryStateScalar type exposes the following members.

Properties
  NameDescription
Public propertyAuxiliaryScalar
Gets or sets the scalar to evaluate and store for output during propagation. The Order property indicates how many derivatives to evaluate.
Public propertyDimension
Gets the number of entries in the auxiliary state, which is one for a Scalar.
(Overrides AuxiliaryStateElementDimension.)
Public propertyIdentification
Gets or sets the string identifying this instance in the overall output.
(Inherited from AuxiliaryStateElement.)
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 total number of derivatives of the AuxiliaryScalar to compute for the output.
(Overrides AuxiliaryStateElementOrder.)
Top
See Also