[Tip: check overflow/underflow C#]

C# provides two operators: CHECKED/UNCHECKED to handle whether to treat the overflow/underflow as system error or ignore it. By default, this option is unchecked. As an alternative,

you can set this as a global setting in project setting like below:

posted @ 2010-02-21 17:13  能巴  阅读(277)  评论(0编辑  收藏  举报