ExtremeValueOfSegmentCostFunction.ExtremumType Property |
Gets or sets if the minimum or maximum value of the
Scalar
will be the computed constraint value.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ExtremumType ExtremumType { get; set; }
Public Property ExtremumType As ExtremumType
Get
Set
public:
property ExtremumType ExtremumType {
ExtremumType get ();
void set (ExtremumType value);
}
member ExtremumType : ExtremumType with get, set
Property Value
Type:
ExtremumType
See Also