Hey,
I have a function that returns numbers. It can returns integer numbers (1,2,5) or numbers like 1.5, 8.5 0.5. Only These kind of numbers. The numbers represents hours.
Now i need to know if the number has values after the dot. It can be only 5 (x.5), but then i know its not a complete hour.
How can I check if the number is a complete hour or not?
Thanks


Reply With Quote
