这些东东别看起来简单,有的时候还是要注意的。
int()指的是取出整数部分,官方帮助中已不推荐使用(呵呵我们还是少用为好)
下面的为Math类
Math.round()向上或向下舍入为最接近的整数,说白了就是四舍五入。
Math.floor()小于等于该数字的最接近的整数。
Math.ceil()
大于等于该数字的最接近的整数。
这里有一个台湾人苏绍连做的测试例子:http://www.hgjh.hlc.edu.tw/~drop/share/Int_floor003.fla
『我闪网~www.5shan.com』 |
CategoriesLinksNew CommentsCounterCalendarFlash中4个取整函数的比较Author:我闪 PublishTime:2004-9-14这些东东别看起来简单,有的时候还是要注意的。 int()指的是取出整数部分,官方帮助中已不推荐使用(呵呵我们还是少用为好) 下面的为Math类 Math.round()向上或向下舍入为最接近的整数,说白了就是四舍五入。 Math.floor()小于等于该数字的最接近的整数。
这里有一个台湾人苏绍连做的测试例子:http://www.hgjh.hlc.edu.tw/~drop/share/Int_floor003.fla 分类于:我闪我闪 Comments{CommentAuthor} at {CommentTime} | {CommentEmail} {CommentUrl} {CommentIp}{CommentContent} |
Powered by 5DBlog.com |