Min and Max value of integral type in C#

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-06T09:26:48Z Indexed on 2010/05/06 9:28 UTC
Read the original article Hit count: 295

Filed under:
|
|
|
|

Whats the mathematical formulae to calculate the MIN and MAX value of an integral type using your calculator. I know you can use Integer.Max or Integer.Min etc or look it up on msdn however I want to know how to calculate it.

© Stack Overflow or respective owner

Related posts about int32

Related posts about integral