|
Embedded Template Library 1.0
|
Rescale function. More...
#include <rescale.h>
Public Member Functions | |
| rescale (TInput input_min_value_, TInput input_max_value_, TOutput output_min_value_, TOutput output_max_value_) | |
| Constructor. | |
| TOutput | operator() (TInput value) const |
| operator () | |
Additional Inherited Members | |
Public Types inherited from etl::unary_function< TOutput, TInput > | |
| typedef TOutput | argument_type |
| typedef TInput | result_type |