with (ImageTools):
img:=Create(480,640);

img[1,7]=.97;

                                             img[1,7] := 0.97

img[1,7];

                                             0.96666666666647

 

Not sure why the value changes?  Shouldn't it read 0.97 in that location?

 


Please Wait...