If the specifications indicate that the max allowed is greater than single.maxvalue, but less than double.maxvalue, why does it then warn us not to make it much larger than the actual display? a single.maxvalue is huge. Significantly higher than a simple 1280 x 1024 display. I don't seem to understand the contradiction here...
Can we, or can we not assume a safe range of between 0 and single.maxvalue? If it says that, why can't we count on it...
Many people want a virtual view and we will have to code it ourselves if we can only depend upon 1280, etc. however, if we can go to single.maxvalue, that's plenty for most virtual screens.