ビット演算 AND
長整数組み込み関数 (PRIM_LIBI.ILongIntegerIntrinsics) のメンバ
名前 | タイプ | データ タイプ | 記述 |
---|---|---|---|
Result | *Result (任意) | 整数 | 結果のビット |
With | *Input | 整数 | 比較の値 |
BitAnd は、論理ビット単位 AND を実行します。 LANSA では、バイナリー・ビット・マスクの使用をサポートする BitXXX 組み込みファンクションを利用できます。
If (#Integer.BitAnd( 4 ) = 4) * Bit 4 is on Else * Bit 4 is Off Endif
2018 - V14SP1