int
System.Int32
(32 bits) -2,147,483,648 to 2,147,483,647
System.Int32 myInt;
int myInt;
myInt = 7;
myInt = 2;
myInt = 7/2; '= 3 not 3.5
© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext
System.Int32
(32 bits) -2,147,483,648 to 2,147,483,647
System.Int32 myInt;
int myInt;
myInt = 7;
myInt = 2;
myInt = 7/2; '= 3 not 3.5