My question is a bit theoretical but actually I need it in practice.
Let's assume that we have two double variables X and Y. Y is certain next double number of X (as you already know we can't keep any real number in double because real number are infinite even in 0 to 1 interval).
Does (Y - X) is constant? And if yes what is it's value?
P.S. My question is related to Microsoft.NET Framework.