| 101 | } |
| 102 | |
| 103 | bool TableIndependentVariable_Impl::setMinimumValue(double minimumValue) { |
| 104 | bool result = setDouble(OS_Table_IndependentVariableFields::MinimumValue, minimumValue); |
| 105 | return result; |
| 106 | } |
| 107 | |
| 108 | void TableIndependentVariable_Impl::resetMinimumValue() { |
| 109 | bool result = setString(OS_Table_IndependentVariableFields::MinimumValue, ""); |
no outgoing calls