首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >Math.round()在Dart中的什么位置?

Math.round()在Dart中的什么位置?
EN

Stack Overflow用户
提问于 2012-11-08 02:25:58
回答 4查看 28K关注 0票数 46

我在Dart中找不到取整数字的方法?

代码语言:javascript
复制
import 'dart:math';

main() {
  print(Math.round(5.5)); // Error!
}

http://api.dartlang.org/docs/bleeding_edge/dart_math.html

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/13275824

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档