| 162 | operator float(); |
| 163 | |
| 164 | float MinValue() const { return minVal; }; |
| 165 | float MaxValue() const { return maxVal; }; |
| 166 | |
| 167 | template<typename TSerializer> void SerializeValue(TSerializer& serializer) |
nothing calls this directly
no outgoing calls
no test coverage detected