Integer to Double Using Math

Hello,

I am currently trying to figure out what is the best way to transfer integer columns into double and after reading several discussions in the forum it seems to be using the math node.

Can anyone explain to me, how exactly the math node can be used / has to be configured to do this?

Thanks in advance!

2 Likes

Hi,

You only have to add the column to the expression nad make sure you do not check the “Convert to Int” option.

That’s it.

Best,
Armin

P.S. If you have multiple columns to convert, you can use “Math Formula (Multi Column)” node, select all the integer columns you want to convert to double and use $$CURRENT_COLUMN$$ as the expression instead of the column names as used in “Math Formula” node.

13 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.