Description
The lower limit achievable by this quantity in the optimizer's iteration history. Dimension depends on context.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LowerBound() As System.Object
|
| [C#] |
|---|
public System.Object LowerBound {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_LowerBound(); public: __property void set_LowerBound(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LowerBound(
VARIANT * pVal
);
public: HRESULT put_LowerBound(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getLowerBound();
public void setLowerBound(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def LowerBound(self) -> typing.Any:
@LowerBound.setter
def LowerBound(self, newVal:typing.Any) -> None:
|
See Also