memrootじしょ
英和翻訳
Boolean function
Graphics API
non-binary
code editor
Data visualization
Reference Data Management
Unity
data processing
Modifying
Human-Computer Interaction
Boolean function
/ˈbuːliən ˈfʌŋkʃən/
ブーリアン ファンクション
1.
ブール値(真偽値、0または1)を入力とし、ブール値を出力する関数。
ブール関数は、コンピュータサイエンスや数学において、入力が真偽値(true/falseまたは0/1)であり、出力も真偽値である特殊な関数を指します。論理回路の設計やプログラミングにおける条件分岐などで用いられ、AND、OR、NOTなどの論理演算を表す際に使われます。
A
Boolean
function
takes
Boolean
inputs
and
produces
a
Boolean
output.
(ブール関数はブール値の入力を取り、ブール値の出力を生成します。)
A Boolean function
ブール関数のこと。
takes
~を受け取る、~を必要とする。
Boolean inputs
ブール値の入力(複数)。
and
そして、~と~。
produces
~を生成する、~を生み出す。
a Boolean output
一つのブール値の出力。
The
output
of
a
Boolean
function
is
either
true
or
false.
(ブール関数の出力は真か偽のどちらかです。)
The output
その出力。
of a Boolean function
ブール関数の。
is
~である。
either true or false
真か偽のどちらか。
AND
and
OR
are
common
examples
of
Boolean
functions.
(ANDとORはブール関数の一般的な例です。)
AND and OR
AND演算とOR演算。
are
~である(複数形)。
common examples
一般的な例。
of Boolean functions
ブール関数の。
関連
Logic gate
Truth table
Boolean algebra
Propositional logic
Binary operations