0 Members and 1 Guest are viewing this topic.
int value1=34;float XR[ 3 ];float slut_c[360];float x_cord[100];float x1,y1;for ( int a=0; a<100; a++){ x1=x_cord[a]; //example 1 y1=y1*slut_c[ XR[ value1 ] ];}//next
y1=y1*slut_c[ (int)XR[ value1 ] ];