You can use the properties: Integer.MinValue Single.MaxValue Double.MaxValue (etc etc) to get this.
Integer min = -2147483648
Integer max = 2147483647
Single min = -3.402823E+38
Single max = - 3.402823E+38
Double min = -1.79769313486232E+308
Double max = 1.79769313486232E+308
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.