File Reader Node> Data type =Double =>Truncation to 2 digits

Hi There!
I have a very basic question with Data Types;
in the File Reader Node, When I set data type to Double, My values truncate to two digits.
-0,0499857 => -0,05
where can I adjust the presicion?

Hi!

That is just number representation and it is truncated to maximum 3 digits. It is called Standard Double. You can see all digits on following way:

  • run File Reader
  • open results
  • Right click on column header and from Available Renderers choose Full Precision.

In further nodes Double columns are still represented by 3 digits but calculations are done with whole number :wink:

Br,
Ivan

2 Likes

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