That is the maximal integer value could be assigned to Java double and still behave as an integer value? I mean, it sill must satisfy the usual conditions
a + 1 > a;
a - 1 < a;
With the values big enough, even a + 1000 may still be a due rounding errors.
I need to use double as a counter and want to know where is the upper limit of the reliable counting.
 
     
     
     
    