浮点数怎么转换为无符号整数

2019-08-22 14:29发布


float a;
unsigned short b;

b=(unsigned short) a;   

这样强制转换好像不行,总是报错
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。