以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]哪位老师能帮忙解释下"Math"的用法? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=90515) |
-- 作者:aismeng -- 发布时间:2016/9/14 19:06:00 -- [求助]哪位老师能帮忙解释下"Math"的用法? 各位老师好: 在看帮助中的程序代码时经常看到应用"math"这个函数,但通过搜索帮助中并没有对该函数的详细解释,到底什么时候用这个函数?请帮忙解释一下,谢谢! 例如: Math.Round Math.Asin Math.Ceiling Math.Min ......... |
-- 作者:aismeng -- 发布时间:2016/9/14 19:42:00 -- 各位老师,我找到答案了,谢谢! 数学函数 数学函数、三角函数都是用Math类的共享方法实现的. |