ScalarDifferenceOfSegmentCostFunctionCostFunctionDifference 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 CostFunctionDifference { get; set; }
Public Property CostFunctionDifference As ScalarConstraintDifference
Get
Set
public:
property ScalarConstraintDifference CostFunctionDifference {
ScalarConstraintDifference get ();
void set (ScalarConstraintDifference value);
}
member CostFunctionDifference : ScalarConstraintDifference with get, set
Property Value
Type:
ScalarConstraintDifferenceSee Also