When a double is neither greater nor lesser, is it equal ? This is assumed in some implementations like for
RTL’s VarCompareValue and other function that return the result of the comparison. In those function you can see code like else if A = B then Result := vrEqual else if A < B then…
The post
When a double is neither greater nor lesser, is it equal ? first appeared on