Click or drag to resize

ScalarConstraintDifference Enumeration

Specifies the manner in which the difference is computed. This applies to the scalar, ScalarDifferenceOfSegmentConstraint.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ScalarConstraintDifference
Members
  Member nameDescription
FinalMinusInitial Use the value at the segment's final state minus the value at the initial state.
InitialMinusFinal Use the value at the segment's initial state minus the value at the final state.
AbsoluteValue Use the absolute value of the difference between the final and initial state.
See Also