Integers are a data type they variables which are commonly stored as signed 4byte integers which vary in range -2,147,483,648 through 2,147,483,647.
The purpose behinde integers are that they provide the finest preformance for a 32-bit processor as well as those integral types which are slower to load and store both from and to memory
It is possible to covert integer data types to others however this process can be done without encountering a System.OverflowException error.
No comments:
Post a Comment