Floating point compare
grasshopper
Posts: 438
Can some one point me in the right direction.
I wish to compare some thing like the following. I have a array that I create a floating point string from called floating_point_var
Any help is always loved
I wish to compare some thing like the following. I have a array that I create a floating point string from called floating_point_var
x := floating_Point_Var if (X > 10.00) do something if ( X < 9.99) do something else
Any help is always loved
Comments