Content:
|
Integer Int : Public <<primitive>> Class PrimitiveTypes
An instance of Integer is an element in the set of integer numbers ( ..., -2, -1, 0, 1, 2, ...). <br/><br/>The value can be expressed in decimal, octal, hexadecimal and binary representation. Negative numbers can only be expressed in decimal notation<br/><br/>Range is from -2147483648 and 2147483647. <br/><br/>
|