メインコンテンツまでスキップ

boolean

Chainable Ops

and

2つの値の論理「and」を返します

引数
lhs最初の2進値
rhs2番目の2進値

戻り値

2つの値の論理「and」

or

2つの値の論理「or」を返します

引数
lhs最初の2進値
rhs2番目の2進値

戻り値

2つの値の論理「or」

boolean-not

値の論理否定を返します

引数
bool論理値

戻り値

値の論理否定

List Ops

and

2つの値の論理「and」を返します

引数
lhs最初の2進値
rhs2番目の2進値

戻り値

2つの値の論理「and」

or

2つの値の論理「or」を返します

引数
lhs最初の2進値
rhs2番目の2進値

戻り値

2つの値の論理「or」

boolean-not

値の論理否定を返します

引数
bool論理値

戻り値

値の論理否定

boolean-not

値の論理否定を返します

引数
bool論理値

戻り値

値の論理否定

Was this page helpful?👍👎