|
Jamba C++ API 7.5.0
|
A trivial percent converter. More...
#include <ParamConverters.h>
Inherits IParamConverter< Percent >.
Public Member Functions | |
| double | denormalize (ParamValue iNormalizedValue) const override |
| ParamValue | normalize (double const &iValue) const override |
| void | toString (ParamType const &iValue, String128 oString, int32 iPrecision) const override |
| Public Member Functions inherited from IParamConverter< Percent > | |
| virtual int32 | getStepCount () const |
Additional Inherited Members | |
| Public Types inherited from IParamConverter< Percent > | |
| using | ParamType |
A trivial percent converter.
The toString method returns the value as a percentage (precision is used to adjust how many digits to use for display)
|
inlineoverridevirtual |
Implements IParamConverter< Percent >.
|
inlineoverridevirtual |
Implements IParamConverter< Percent >.
|
inlineoverridevirtual |
Reimplemented from IParamConverter< Percent >.