C# offers multiple numeric types, for integer data types and non-integer data types.
byte
sbyte
short
ushort
int
uint
long
ulong
All non-integer data types are signed.
float
double
decimal
The #1 tech hiring platform