ScalarConstraintDifference Enumeration |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ScalarConstraintDifference
Public Enumeration ScalarConstraintDifference
public enum class ScalarConstraintDifference
type ScalarConstraintDifference
Members
| Member name | Description |
---|
| 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