float f = -123.567F; int i = (int)f;//-123 int i1 = Convert.ToInt32(f);//-124
注:奇进偶舍:http://baike.baidu.com/view/4337461.htm