您要查找的是不是:
- If first operand is an int or uint (32-bit quantity), the shift count is given by the low-order five bits of second operand. 如果第一个操作数是int或uint(32位数),则移位数由第二个操作数的低5位给出。
- If first operand is a 如果第一个操作数是
- If the first operand is of type uint or ulong, the right-shift is a logical shift (high-order bits are zero-filled). 如果第一个操作数为uint或ulong类型,则右移位是逻辑移位(高位填充0)。
- When an operator is a member function, its first operand is implicitly bound to the this pointer. 当操作符为成员函数时,它的第一个操作数隐式绑定到this指针。
- If the first operand is an int or long, the right-shift is an arithmetic shift (high-order empty bits are set to the sign bit). 如果第一个操作数为int或long,则右移位是算术移位(高序空位设置为符号位)。
- I wonder if there is a convenience store nearby. 不知道这附近有没有便利商店?
- In a binary operation, if only one operand is a variant, the other is converted to a variant. 在二进制运算中,当切仅当一个操作数是变体时,另一个被转换为变体。
- The first day of the month is a public holiday. 这个月的第一天是一个公共假日。
- There is a vein of melancholy in his character. 他的性格中有少许忧郁的气质。
- A cloud is a mass of vapor in the sky. 云是天空中的水汽团。
- I am well aware that this is a tough job. 我深知这是一件棘手的工作。
- It is a fact of life and you must face it. 这是严酷的现实,你必须面对它。
- Bring the first operand to the date register. 将第一个操作数输入数据寄存器。
- He is a great guy, a chip off the old block. 他是一位好人,就像他父亲一样。
- That lucky guy is a choice pickup for the girls. 那位幸运的男孩是女孩子们想把上的人。
- TRUE if the operand is equal to one of a list of expressions. 如果操作数等于表达式列表中的一个,那么就为TRUE。
- That old man is a fount of wisdom. 那个老人有无穷的智慧。
- The bank is a ten minutes' run from the hotel. 从旅馆到银行跑步需十分钟。
- Britain is a constitutional monarchy. 英国是君主立宪制国家。
- The addition operator also performs string concatenation when either operand is a string. 当任一操作数为字符串时,加法运算符还执行字符串串联操作。