unary operator

一元运算符:代表一元操作的符号
常用释义
一元运算符:代表一元操作的符号,即只接受一个操作数的运算符。

扩展信息

一元操作符
Liran - 博客园 ... unary function 单参函数 unary operator 一元操作符 unboxing 拆箱、拆箱转换 ...
一元运算子
编程术语中英对照表 ... unary function 一元函式 单参函数 unary operator 一元运算子 一元操作符 unboxing 拆箱、拆箱转换 ...
一元运算符
词汇_口语滴滴_DuSystem Forum Server ... umbra 暗影 unary operator 一元运算符 unary 一元 ...
单目运算符
1) 单目运算符(unary operator):可以带一个操作数,操作数放在运算符的右边。2) 二目运算符(binary operator):可以带二个操作数…
一元算子
石油英语词汇(U) ... unary operation 一元操作 unary operator 一元算子 unassociated gas 非伴生气 ...
单元运算符
作数(Operand)数目分成:单元运算符Unary Operator),如:9;二元 运算符(Binary Operator),如 a+b 为一个加法 …
一元算符
信息英语词汇(U-Z) ... unary operation 一元运算 unary operator 一元算符 unassigned variable 未初置变量 ...
单目操作符
...arp Method>> 原型的 UML 操作. 单目操作符(unary operator) 是通过在关键字 operator 后跟单目运算符符号来命名的. 举例来 …

例句

使用指定的一元运算符,通过汇总指定成员的子成员的值,从而返回所生成的值。

A UML operation representing a binary operator is named similarly to unary operator, but the symbol is one of the binary operators.

表示双目运算符(binaryoperator)的UML操作的命名方式类似于单目运算符,但符号是双目运算符之一。

An unusual use of the unary + operator was used in front of a function call that did not have parenthesis.

在没有括号的函数调用前使用了一元+运算符的异常用法。

The unary operator -z tests for a null string, while -n or no operator at all returns True if a string is not empty.

单目操作符-z测试null字符串,如果字符串非空-n返回True(或者根本没有操作符)。

MDX语句检查子成员的一元运算符。

返回指定属性成员的一元运算符。

选择要重载的适当一元运算符。

The operand of a unary operator.

一元运算符的操作数。

单目操作符(unaryoperator)是通过在关键字operator后跟单目运算符符号来命名的。

一元操作符与其操作数之间不应有空格,除非操作符是个单词,比如typeof。