I have not used CVI for 4 years and just now tried to use it agian w/ v.5.5.
I'm reading in a float value 58.3 But the variable window shown: 58.29999..
When I multiply this float value by 10.0 and cast it to an Integer variable, the value became 582.
If my initial float value is 58.7, the casting process went OK. What is wrong with this?
Also what is the modular function for getting an integer remeinder in CVI?