ScalarDifferenceOfSegmentCostFunction.CostFunctionDifference 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
ScalarConstraintDifference
See Also