📜  convertir un float en int en java 代码示例

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

代码示例1
int bob = (int) 3.14;    \\ bob = 3