G*O 发帖数: 706 | 1 最好是能把3.0变成3,3.5变成3.5的
多谢! |
R*******r 发帖数: 104 | 2 3.5 isn't an int, (int)your_float does the job. Unless
you want to do (int)Math.round(your_float)
【在 G*O 的大作中提到】 : 最好是能把3.0变成3,3.5变成3.5的 : 多谢!
|
G*O 发帖数: 706 | 3 I just tried your method.
3.5 might be not an int.
coz the output of 3.5 was 3.
【在 R*******r 的大作中提到】 : 3.5 isn't an int, (int)your_float does the job. Unless : you want to do (int)Math.round(your_float)
|
a**e 发帖数: 5794 | 4 Who tell you 3.5 is an int ?
【在 G*O 的大作中提到】 : I just tried your method. : 3.5 might be not an int. : coz the output of 3.5 was 3.
|
G*O 发帖数: 706 | 5 look one post up
【在 a**e 的大作中提到】 : Who tell you 3.5 is an int ?
|
a**e 发帖数: 5794 | 6 这不是误人子弟嘛
【在 G*O 的大作中提到】 : look one post up
|
G*O 发帖数: 706 | 7 那你能回答一下我的问题么?
【在 a**e 的大作中提到】 : 这不是误人子弟嘛
|
R*******r 发帖数: 104 | 8 I tried to say 3.5 wasn't an int, typo, sorry.
【在 G*O 的大作中提到】 : look one post up
|
G*O 发帖数: 706 | 9 可是我想保留3.5啊
【在 R*******r 的大作中提到】 : I tried to say 3.5 wasn't an int, typo, sorry.
|
G*O 发帖数: 706 | |
R*******r 发帖数: 104 | 11 You have to setup your formula first.
What will be rounded to floor int, ceiling int, and .5?
Nobody can give you an answer without that first.
【在 G*O 的大作中提到】 : 看来没有捷径可以取了啊。
|