Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

$ZBITNOT (従来の関数)

ビット文字列関数 – NOT

Synopsis

$ZBITNOT(bitstring)

概要

ここでは、従来の関数である $ZBITNOT について説明します。ここでは、従来のアプリケーションとの互換性について説明します。

$ZBITNOT は、bitstring の各位置のビットの 0 と 1 を置換した文字列、つまり 1 を 0 に、0 を 1 に置き換えた文字列を返します。

bitstring=[0,0,1,1,0] であれば、$ZBITNOT の結果は値 [1,1,0,0,1] を持つビット文字列になります。

関連項目

FeedbackOpens in a new tab