Is Graph "Precision" relevant when using float?
Hi,
I am trying to understand the graph "precision" as explained here:
"If for example the level of precision is set to 0.1, each data point added to the DynamicGraph, will be multiplied by 10 internally"
I am using a histogram and giving the data points as floats.
I set the Precision to 1 and then to 0.1 but did not see any difference in the displayed value.
My data point is 20.0f.
I thought it would display a value of 200 with a precision set to 0.1.
Is the precision only used internally and not for display purposes?
Thanks for clarifying the use of this feature.
Franck.