📜  int to float c++ 代码示例

📅  最后修改于: 2022-03-11 14:44:55.886000             🧑  作者: Mango

代码示例1
int a = 3;
float b = (float)a;