Bits[Iff] - compute bit-wise iff of the inputs
|
Calling Sequence
|
|
Iff(num1, num2)
Iff(num1, num2, options)
|
|
Parameters
|
|
num1
|
-
|
an integer
|
num2
|
-
|
an integer
|
options
|
-
|
optional arguments
|
|
|
|
|
Description
|
|
•
|
The Iff command computes the bit-wise logical if and only if of the inputs returning in terms of a number. All bits that are equal in both inputs will be set in the output.
|
•
|
Iff takes one optional argument, bits=number that specifies the number of bits to be considered in the input. All bits past the specified number are truncated.
|
•
|
Use with negative inputs requires that bits be set, either as an argument to Iff or globally via Settings. If both inputs are positive, no truncation need occur, so bits is computed as the largest most significant bit between the two inputs.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
The following number represents the Iff of num1,num2
>
|
|
| (3) |
Compare:
>
|
|
| (4) |
Negative inputs and outputs
>
|
|
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?