| 116 | } |
| 117 | |
| 118 | void TableIndependentVariable_Impl::resetMaximumValue() { |
| 119 | bool result = setString(OS_Table_IndependentVariableFields::MaximumValue, ""); |
| 120 | OS_ASSERT(result); |
| 121 | } |
| 122 | |
| 123 | bool TableIndependentVariable_Impl::setNormalizationReferenceValue(double normalizationReferenceValue) { |
| 124 | bool result = setDouble(OS_Table_IndependentVariableFields::NormalizationReferenceValue, normalizationReferenceValue); |