I have a variable defined as Single.
There a loop which adds a value to this variable. However the value can be negative or positive. For example
variable = 29.44
variable = variable + -29.44
varianle then = 5.340576E-07
when i want it to equal 0
Any suggestions?
There a loop which adds a value to this variable. However the value can be negative or positive. For example
variable = 29.44
variable = variable + -29.44
varianle then = 5.340576E-07
when i want it to equal 0
Any suggestions?