assignment operators造句
例句与造句
- Operator in the binary list is the comparison operator , not the assignment operator
运算符是比较运算符,而不是赋值运算符。 - The assignment operator
赋值运算符( - The assignment operator ,
赋值运算符 - Operator is only the equality comparison operator , not the assignment operator
运算符只是相等比较运算符,而不是赋值运算符。 - In the immediate window , an equals sign is interpreted as an assignment operator
在“即时”窗口中,将等号( = )解释为赋值运算符。 - It's difficult to find assignment operators in a sentence. 用assignment operators造句挺难的
- All binary operators except for the assignment operators are evaluated in left - to - right order
一个规律必须遵循,那就是赋值优先。 - The floating - point operators , including the assignment operators , do not throw exceptions
浮点运算符(包括赋值运算符)不会引发异常。 - By default , a real numeric literal on the right - hand side of the assignment operator is treated as
默认情况下,赋值运算符右侧的实数被视为 - Can be overloaded only as a relational comparison operator , not as an assignment operator
只能重载为关系比较运算符,而不能重载为赋值运算符。 - Explicit specialization is not allowed as a copy constructor and copy assignment operator
不允许将显式专用化作为复制构造函数和复制赋值运算符。 - To create the initialization and assignment expressions , you can use the assignment operator
若要创建初始化和赋值表达式,可以使用赋值运算符( = ) 。 - Then the receiver must add that delegate to the event on the source object , using the addition assignment operator
然后,接收器必须使用加法赋值运算符( - In the immediate window , by contrast , an equals sign is interpreted as an assignment operator
与此相反,在“即时”窗口中,将等号( = )解释为赋值运算符。 - And the addition and subtraction assignment operators to add and remove handlers from the list
,以及加法和减法赋值运算符在列表中添加和移除处理程序。 - Sign , which is sometimes called the assignment operator , as shown in the following example
符号(该符号有时称作“赋值运算符” )给变量赋值,如下例所示。