| 96 | } |
| 97 | |
| 98 | bool TableIndependentVariable_Impl::setExtrapolationMethod(const std::string& extrapolationMethod) { |
| 99 | bool result = setString(OS_Table_IndependentVariableFields::ExtrapolationMethod, extrapolationMethod); |
| 100 | return result; |
| 101 | } |
| 102 | |
| 103 | bool TableIndependentVariable_Impl::setMinimumValue(double minimumValue) { |
| 104 | bool result = setDouble(OS_Table_IndependentVariableFields::MinimumValue, minimumValue); |
no outgoing calls