我无法理解c#中的这段代码
int i=4 int[] s =new int [1<<i]; Console.WriteLine(s.length);
输出是16我不知道为什么输出那样?
c# operators
c# ×1
operators ×1