函数的形参类型是float.
我传的变量类型是int_16;
在函数体内部发现数据跟真实的数据不一样。是不是int_16强制转换float是不对的?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
函数的形参类型是float.
我传的变量类型是int_16;
在函数体内部发现数据跟真实的数据不一样。是不是int_16强制转换float是不对的?