I need to compare values between two data series. These data series are plotted on the chart. I need the comparison to be consistent with what the user is seeing.
As an example, say the user is seeing in the databox 3.11 for both values. I need a way to compare them to be equal. The dataseries are doubles btw and I am aware of comparing floating point issues.
I have basically two questions:
1. Is there a way to retrieve the text/string representation of a value as it is presented in the databox? Then I would be able to do a simple string comparison.
2. If 1 is not available, when NT formats a double for presentation, what midpoint rounding method is used?
Onn


Comment