short

System.Int16
(16 bits) -32,768 to 32,767


Converting

// Short to Integer 
short myShort = 2;
int myInt = myShort;

Examples



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext