文档目录
将浮点数转换为整数。
int floatToInt(float f);
要转换的浮点数
浮点数的整数位
float a; a=2020.0101; num1.val = floatToInt (a);// 整数控件 num1 显示整数2020