I have two double values, and I want to find which double is bigger as either one could be bigger number.
For example
Double a = Value1;
Double b = Value2;
Either could be bigger. I need to find out which one is bigger to find the difference between them.