compare values
Hi. I am taking the values of the accelerometer and compare with doubles. I mean, i take the value of the axy X and i wanto to compare with double x=0.00023 for example....but it doesnt work.anyone have an idea???
if(acceleration.x==x){
////something
}
THANKSSSS
Last edited by ivanraso; 03-18-2010 at 10:54 AM.
|