In C#, how to check if a double is integer number? ... double c = 3.23, d = 56; bool ic = IsInteger(c); //return false bool id ...
確定! 回上一頁