ScalarDifferenceOfSegmentConstraintConstraintDifference Property |
Gets or sets how the difference will be computed. The final value minus
the initial value is the default.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarConstraintDifference ConstraintDifference { get; set; }
Public Property ConstraintDifference As ScalarConstraintDifference
Get
Set
public:
property ScalarConstraintDifference ConstraintDifference {
ScalarConstraintDifference get ();
void set (ScalarConstraintDifference value);
}
member ConstraintDifference : ScalarConstraintDifference with get, set
Property Value
Type:
ScalarConstraintDifferenceSee Also