The `Integer` data type provides optimal performance on a 32-bit processor. The other integral types are slower to load and store from and to memory. The default value of `Integer` is 0. ## Literal ...
Holds signed 32-bit (4-byte) integers that range in value from -2,147,483,648 through 2,147,483,647. ## Remarks The `Integer` data type provides optimal performance on a 32-bit processor. The other ...