Click or drag to resize

DelegateBasedVariableT Properties

The DelegateBasedVariableT generic 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 propertyName
Gets or sets an optional name for this variable.
(Inherited from SegmentPropagatorVariable.)
Public propertyPerturbationValue
Gets or sets the perturbation value to use when computing a numerical derivative relative to this variable of a SolvableMultivariableFunction that uses SegmentPropagators.
(Inherited from SegmentPropagatorVariable.)
Public propertySegment
Gets or sets the segment that this variable will act on.
(Inherited from SegmentPropagatorVariable.)
Public propertySetter
Gets or sets the delegate that will alter the relevant value in the segment's configuration.
Public propertySettings
Gets or sets the settings for the MultivariableFunctionSolver associated with this variable.
(Inherited from SegmentPropagatorVariable.)
Top
See Also