Hi,

I have a very big number (up to 15 digits) which is stored as a double
I need to know if this number is integer or not
but % function doesn't exist for double

I wanted to do chaeck myDoubleNum%1 is not equal to 0

any suggestions?

thanks