开发者

Rounding to unit above with C#

How to I round a decimal upwards to the nearest int.

i.e.

1.2 --开发者_开发问答-> 2
5.6 ---> 6
79.9 ---> 80
85.01 ---> 86

(int)Math.Round(count / (decimal)rows, MidpointRounding.AwayFromZero)


Math.Ceiling is your friend

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜