number postfix to specify byte
If you want to tell the compiler that a number should be a float, you can write 1f, but what can you put after the number to tell it that you want it to be a byte?I know I can simply write (byte)1, but if there is some postfix to specify byte, I would like to know