unary
美
英 
英漢解釋
英英解釋
例句
Returns a value generated by rolling up the values of the children of a specified member using the specified unary 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.
在沒有括號的函數調用前使用了一元+運算符的異常用法。
Is a partial application that adapts the binary multiplication to be a unary closure by using a constant second operand.
是個局部應用程序,通過使用一個不變的第二操作數,把二元乘法改變成一元閉包。
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(或者根本沒有操作符)。
The Java compiler first applies any unary minus operators (a minus sign with no operand to its left).
Java編譯器首先應用一元負號運算符(左側沒有操作數的減號)
The MDX statement examines the unary operator of the child member .
MDX語句檢查子成員的一元運算符。
If the coefficient of the first term is negative, it is preceded by a unary minus in the first column, with no intervening blank column.
如果第一項的系數為負,則需在行首打印一元運算符負號,后面沒有空格。
Performs a unary operation that returns the positive value of a numeric expression .
執行一元運算,返回數值表達式的負值。
Finally, the -a and -o options allow you to combine expressions with logical AND and OR, respectively, while the unary !
最后,-a和-o選項允許使用邏輯運算符AND和OR將表達式組合在一起。
Otherwise, a unary numeric operand remains as is and is not converted.
否則,一元數字操作數保留被轉換或者不被轉換。
The unary - (minus) operator yields the negation of its numeric argument.
一元運算符-(減)對其數值型操作數取負。
The enum constants in AllPermissions represent the unary permissions that actually control authorization.
AllPermissions中的Enum常量表示實際控制授權的一元權限。
In addition to the unary tests above, you can compare two files with the binary operators shown in Table 2.
除了上面的單目測試,還可以使用表2所示的雙目操作符比較兩個文件
Unary representation of sparse polynomials and operations.
一元稀疏多項式的表示及運算。
Hash A unary function object type that acts a hash function for a Value.
一元函數對象類型,用作Value的散列函數。
The function limit is the limit theory of unary function, and the extension of sequence limit.
函數極限是一元函數的極限理論,是數列極限的推廣。
The pivotal identification, the major identification, is the unary trait.
關鍵的自我們認同,主要的自我認同,是這個部份的小客體。
Hash A unary function object type that acts a hash function for a Key.
一元函數對象類型,用作Key的散列函數。
Unary operators have one parameter, and binary operators have two parameters .
一元運算符具有一個參數,二元運算符具有兩個參數。
Returns the unary operator of the specified attribute member.
返回指定屬性成員的一元運算符。
What is the difference between the unary minus operator and the binary subtraction operator?
一元操作符負號和二元操作符減號的區別是什么?
Unary operators perform an operation on a single operand, such as returning the negative or positive value of a numeric expression.
一元運算符對單個操作數執行操作,如返回數值表達式的負值或正值。
Shows that a tracking reference cannot be used as a unary take-address operator.
說明無法將跟蹤引用用作一元取址運算符。
The following table displays valid unary operators and describes the expected result.
下表顯示了有效的一元運算符并說明了預期的結果。
Choose an appropriate unary operator to overload.
選擇要重載的適當一元運算符。
The operand of a unary operator.
一元運算符的操作數。
A unary operator is named by using the key word operator followed by the unary operator symbol.
單目操作符(unaryoperator)是通過在關鍵字operator后跟單目運算符符號來命名的。
In Syntax 2, the - operator is used as the unary negation operator to indicate the negative value of an expression.
在語法2中,-運算符用作一元求反運算符,指示表達式的負值。
Figure 2 shows an examples for modeling C# unary, binary, and conversion operators.
圖2顯示了為C#單目、雙目,和轉換操作符(conversionoperator)建模的實例。
No space should separate a unary operator and its operand except when the operator is a word such as typeof.
一元操作符與其操作數之間不應有空格,除非操作符是個單詞,比如typeof。
7 sin sends the unary message sin to the target object 7.
sin將一元消息sin發送給目標對象7。
Unary minus always appears on the left side (for example, -1) regardless of the Regional Settings options.
一元負號始終出現在左側(例如-1),與“區域設置”中的選項無關。
For example, the unary increment operator is named as operator ++.
舉例來說,單目增量運算符命名為operator++。
as in the previous case , the code finishes with a bit of unary composition by creating a
與前面的情況一樣,代碼通過兩個
The outputs from the evaluations of these two unary functors are passed to a built-in binary functor called
時是可見的。這兩個一元仿函數計算的輸出傳遞給稱為
Each of these operators has unary versions that perform the following operations
除此之外,二元運算符也可以以一元的表現形式進行如下運算。
Elementary discussion on city and countryside water affairs unary management reform
城鄉水務一體化管理改革淺談
A New Method of Resulting Unary Multinomial Division and its Relative Problems
一元多項式除法及其相關問題的一種新解法
Defining this unary "operator" in Scala is slightly tricky, but it's purely a syntactic nit
在Scala中定義這種一元“操作符”需要一點技巧,但這只是語法上的問題而已