首页 > 其他 > 详细

SAP (ABAP) 常用的数学函数

时间:2014-08-13 12:39:56      阅读:640      评论:0      收藏:0      [点我收藏+]
Function func Return value
abs Absolute value of the argument arg (绝对值)
sign Plus/minus sign of the argument arg: -1, if the value of arg is negative; 0 if the value of arg is 0; 1 if the value of arg is positive. (正负号)
ceil Smallest integer number that is not smaller than the value of the argument arg.(向下取整)
floor Largest integer number that is not larger than the value of the argument arg.(向上取整)
trunc Value of the integer part of the argument arg (整数部分)
frac Value of the decimal places of the argument arg (小数部分)

SAP (ABAP) 常用的数学函数,布布扣,bubuko.com

SAP (ABAP) 常用的数学函数

原文:http://www.cnblogs.com/ruingy/p/3909640.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!