Numbers

Types for storing numbers.

Example

Other pieces of example codes:
sbyte y = -(15 % 4);
int y = -(15123 div 70);
byte y = 15 % 4;
uint y = 1025 div 8;
double y = 123456789;
short y = -(1500 % 60);

You can find it in the following collections: data types
Languages: en hu cz sk