Hello, I am new to PBP and I want to know about following math function (all figures are byte)
A = 250
B = A / 130
C = B * 130 <--- will the result (C) back to 250 ?
Printable View
Hello, I am new to PBP and I want to know about following math function (all figures are byte)
A = 250
B = A / 130
C = B * 130 <--- will the result (C) back to 250 ?
Nop. The result will be only 130!
Just integer math here!
Ioannis
thanks Ioannis