由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 将float变成int的现成函数有么?
相关主题
急!请各位帮忙推荐java入门的书不能用last()之类的JDBC函数
有人有cholesky factorization的现成程序么?问个java系统函数问题
GWT Struts integration? (转载)问个很简单的问题?
Re: 代码糟糕,不一定是程序员水平差 (转载)清教关于编译原理
[请教]用java 做网爬虫, 有那些现成的工具比较方便?如何测试Java程序所用的内存啊?
请教关于map在一个函数里把arraylist设为null 但是有问题
Re: 如何从键盘输入获得一个float值?谢谢!库里有一个函数名也叫Time
怎么从键盘输入整数或float?java smartphone上要用power/logrithmic函数怎么办
相关话题的讨论汇总
话题: int话题: float话题: 变成话题: your话题: 现成
进入Java版参与讨论
1 (共1页)
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
10
看来没有捷径可以取了啊。
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 的大作中提到】
: 看来没有捷径可以取了啊。
1 (共1页)
进入Java版参与讨论
相关主题
java smartphone上要用power/logrithmic函数怎么办[请教]用java 做网爬虫, 有那些现成的工具比较方便?
stupid question请指教请教关于map
Java 面试常见问题!Re: 如何从键盘输入获得一个float值?谢谢!
[合集] Java read/write binary floating point data files?怎么从键盘输入整数或float?
急!请各位帮忙推荐java入门的书不能用last()之类的JDBC函数
有人有cholesky factorization的现成程序么?问个java系统函数问题
GWT Struts integration? (转载)问个很简单的问题?
Re: 代码糟糕,不一定是程序员水平差 (转载)清教关于编译原理
相关话题的讨论汇总
话题: int话题: float话题: 变成话题: your话题: 现成