Gets or sets the upper limit achievable by this quantity in the optimizer's iteration history. Dimension depends on context.
Read-write property
[Visual Basic .NET] |
---|
Public Property UpperBound() As System.Object |
[C#] |
---|
public System.Object UpperBound {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_UpperBound(); |
[Unmanaged C++] |
---|
public: HRESULT get_UpperBound( VARIANT * pVal ); public: HRESULT put_UpperBound( VARIANT newVal ); |
[Java] |
---|
public AgVariant getUpperBound(); public void setUpperBound( AgVariant ); |