Walter's Tech Blog
blog to share my experience in programming
Translate
2013年12月10日 星期二
[VBA] Ceiling
https://github.com/walter426/VbaUtilities/blob/master/MathUtilities.bas
Public Function Ceiling(X)
Ceiling = Int(X) - (X - Int(X) > 0)
End Function
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言