InequalityConstraintSettingsBoundType Property |
Gets or sets a value indicating whether the inequality represents an upper bound or a lower bound.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public InequalityBoundType BoundType { get; set; }
Public Property BoundType As InequalityBoundType
Get
Set
public:
property InequalityBoundType BoundType {
InequalityBoundType get ();
void set (InequalityBoundType value);
}
member BoundType : InequalityBoundType with get, set
Property Value
Type:
InequalityBoundTypeSee Also