TargetedSegmentListParameterOptimizer.Equalities Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<SegmentPropagatorConstraint> Equalities { get; }
Public ReadOnly Property Equalities As IList(Of SegmentPropagatorConstraint)
Get
public:
property IList<SegmentPropagatorConstraint^>^ Equalities {
IList<SegmentPropagatorConstraint^>^ get ();
}
member Equalities : IList<SegmentPropagatorConstraint> with get
Property Value
Type:
IList<SegmentPropagatorConstraint>
See Also