Hi, I'm using an array of PointF variables.
When calculating with the coordinates I something like 20.0 - 12.0 = 7.9999
The PointF-var has a X and Y variable (both are singles), why on earth do I get such a result when using it like this:
NewsingleVar = MyPointF(1).x -MyPointF(2).x