#pragma XOD dirtieness disable
struct State {
};
{{ GENERATED_CODE }}
void evaluate(Context ctx)
{
Number input = abs(getValue<input_IN>(ctx));
uint8_t byt = input;
emitValue<output_OUT>(ctx, byt);
}
IN | OUT |
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
8 | 8 |
16 | 16 |
32.2 | 32 |
64.6 | 64 |
128 | 128 |
256 | 0 |
-255 | 255 |