我想请问一下,我定义了两个数据,
Uint16 data1 = 0x15;
Uint32 data2 = data1 << 16;正常情况下,data2并不是变成0x150000;,而是变成全部0了,这是为什么
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我想请问一下,我定义了两个数据,
Uint16 data1 = 0x15;
Uint32 data2 = data1 << 16;正常情况下,data2并不是变成0x150000;,而是变成全部0了,这是为什么