| 61 | } |
| 62 | |
| 63 | boost::optional<double> TableIndependentVariable_Impl::minimumValue() const { |
| 64 | return getDouble(OS_Table_IndependentVariableFields::MinimumValue, true); |
| 65 | } |
| 66 | |
| 67 | boost::optional<double> TableIndependentVariable_Impl::maximumValue() const { |
| 68 | return getDouble(OS_Table_IndependentVariableFields::MaximumValue, true); |
no outgoing calls