ParametricRange class is used to specify the parametric variable range.
The class can be called from OptimizationTable class.
.
More...
Public Member Functions | |
| String | GetItemName () |
| Returns the variable name. More... | |
| double | GetMax () |
| Returns the maximum value. More... | |
| double | GetMin () |
| Returns the minimum value. More... | |
| String | GetParameterName () |
| Returns the parameter name. More... | |
| bool | IsModifyMaxValueRange () |
| Returns whether to search the parameter range for the maximum value. More... | |
| bool | IsModifyMinValueRange () |
| Returns whether to search the parameter range for the minimum value. More... | |
| bool | IsValid () |
| Returns True as a return value if an object is valid. More... | |
| void | SetMax (double max) |
| Specifies the maximum value. More... | |
| void | SetMin (double min) |
| Specifies the minimum value. More... | |
| void | SetModifyMaxValueRange (bool flag) |
| Specifies whether to search the parameter range for the maximum value. More... | |
| void | SetModifyMinValueRange (bool flag) |
| Specifies whether to search the parameter range for the minimum value. More... | |
Detailed Description
ParametricRange class is used to specify the parametric variable range.
The class can be called from OptimizationTable class.
.
Example of calling the class object:
Member Function Documentation
| String ParametricRange::GetItemName | ( | ) |
Returns the variable name.
- Returns
- Variable name
| double ParametricRange::GetMax | ( | ) |
Returns the maximum value.
- Returns
- Maximum value
| double ParametricRange::GetMin | ( | ) |
Returns the minimum value.
- Returns
- Minimum value
| String ParametricRange::GetParameterName | ( | ) |
Returns the parameter name.
- Returns
- Parameter name
| bool ParametricRange::IsModifyMaxValueRange | ( | ) |
Returns whether to search the parameter range for the maximum value.
- Returns
- Whether to search the parameter range for the maximum value
| bool ParametricRange::IsModifyMinValueRange | ( | ) |
Returns whether to search the parameter range for the minimum value.
- Returns
- Whether to search the parameter range for the minimum value
| bool ParametricRange::IsValid | ( | ) |
Returns True as a return value if an object is valid.
- Returns
- Whether or not the ParametricRange object is valid
| void ParametricRange::SetMax | ( | double | max | ) |
Specifies the maximum value.
- Parameters
-
max Maximum value
| void ParametricRange::SetMin | ( | double | min | ) |
Specifies the minimum value.
- Parameters
-
min Minimum value
| void ParametricRange::SetModifyMaxValueRange | ( | bool | flag | ) |
Specifies whether to search the parameter range for the maximum value.
- Parameters
-
flag Whether to search the parameter range for the maximum value
| void ParametricRange::SetModifyMinValueRange | ( | bool | flag | ) |
Specifies whether to search the parameter range for the minimum value.
- Parameters
-
flag Whether to search the parameter range for the minimum value