インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
Elemental Intrinsic Function (Generic): Returns the logical complement of the argument.
The result type and kind is the same as i. The result value is obtained by complementing i bit-by-bit according to the following truth table:
I NOT (I)
1 0
0 1
The model for the interpretation of an integer value as a sequence of bits is shown in Model for Bit Data.