Hi,
I'm experimenting with bit shifting in FME, and I do not get the expected results. In FME 2020.1.0.1 (see example workbench), (255 << 24) is transformed to a 64 bit integer, and gives me 4278190080.
in Postgres database this operation gives the expected result of -16777216. I'm using Postgres as a reference since eventually the results of my FME script will be stored there and used by other applications.
I don't understand what I'm doing wrong (or should do to achieve my expected result), and hope somebody can help me out.
Thanks,
Richard.