Description
Tolerance on objective function.
Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property ToleranceOnObjectiveFunction() As Double
|
| [C#] |
public double ToleranceOnObjectiveFunction {get; set;}
|
| [Managed C++] |
public: __property double get_ToleranceOnObjectiveFunction();
public: __property void set_ToleranceOnObjectiveFunction(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_ToleranceOnObjectiveFunction(
double * pRetVal
);
public: HRESULT put_ToleranceOnObjectiveFunction(
double NewToleranceOnObjectiveFunction
);
|
| [Java] |
public double getToleranceOnObjectiveFunction();public void setToleranceOnObjectiveFunction(
double
);
|
See Also