所以喜欢;
If 13 is a whole number thenmsgBox("It's a whole number,with no decimals!")elsemsgBox("It has a decimal.")end if
If x = Int(x) Then 'x is an Integer!'Else 'x is not an Integer!'End If