On 05/12/2014 10:37 PM, Tim Holy wrote:
With integers, it's best to use Int because that will ensure you're using native arithmetic, no matter which platform you're on. Int = Int32 on 32-bit, Int = Int64 on 64-bit.
On 05/12/2014 10:37 PM, Tim Holy wrote:
With integers, it's best to use Int because that will ensure you're using native arithmetic, no matter which platform you're on. Int = Int32 on 32-bit, Int = Int64 on 64-bit.