영어에서 Operands 을 사용하는 예와 한국어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
Binary operator requires two operands….
Examples of operands include literals, fields, local variables….
Sometimes, people call these“arguments” instead of“operands”.
If no file operands are given, all files in the library are extracted.
The following examples show using the INTERSECT and EXCEPT operands.
If the operands are of different types, the result is always false so 5!=='5'.
A new coding scheme(DREX) is introduced for allowing instructions to have three operands.
If when the operands between premises are all true, the derived conclusion is always also true.
Bs=n Set both input and output block size to n bytes,superseding the ibs and obs operands.
The operands are converted to 32-bit integers and expressed by a series of bits(zeros and ones).
All logical operators interpret the operands logically and return True(-1) or False(0) as result.
Logical operators evaluate to either true or false, depending on the true or false value of their operands.
In the multiplication of 5* 2 there are two operands: the left operand is 5 and the right operand is 2.
The following examples show using the INTERSECT and EXCEPT operands.
Options with operands come next, also in alphabetical order, with each option and its argument inside its own pair of brackets.
The enum type variables could be utilized in indexing expressions, as operands of all arithmetic and relational operators.
The operators of an expression indicate which operations to apply to the operands.
The instanceof OperatorThe instanceof operator compares the constructors of its two operands. It is only useful when comparing custom made objects.
Byte Code: stream of bytes that encode executable instructions and their operands.
If the operands are integers, the result is an integer truncated toward zero(for example, -7/ 2 is -3).
The following table shows the results of applying an AND operator to two Boolean operands.
If both operands are objects, then JavaScript compares internal references which are equal when operands refer to the same object in memory. Syntax.
Expressions used in components may also cast arguments and operands to different data types.
If one of the operands is an unsigned long int, the other is converted to unsigned long int.
The conversions performed by C operators are determined by the particular operator and the kind of the operand or operands.
If one of the operands is of an integral type, then that operand is converted to the floating-point type of the other operand.
Similarly, 128 bits wide XMM registers relating to SSE2, SSE3, SSE4, or beyond(referred to generically as"SSEx") technology can also be used to hold such packed data operands.
In one embodiment, an instruction operates on one or more of the operands identified by operand identifiers 374 and 375 and one or more operands identified by the operand identifiers 374 and 375 is overwritten by the results of the instruction, whereas in other embodiments, operands identified by identifiers 374 and 375 are written to another data element in another register.
Similarly, 128 bits wide XMMregisters relating to SSE2, SSE3, SSE4, or beyond(referred to generically as“SSEx”) technology can also be used to hold such packed data operands.
The boolean expression of the if statement is a constant expression because both operands of the== operator are constants.