PreviousNext

Introducing C# 9: Native-sized integers

by anthonygiretti, 2020-08-19T02:49:35.398Z

What are native-sized integers ? They are designed to be a integer whose size is specific to the platform. In other words, an instance of this type must be 32 bits on 32-bit and 64-bit hardware and operating systems on 64-bit hardware and operating systems.

Read More