Or: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
Bitwise boolean OR across all input streams. You can specify the number of inputs. output = input_0 | input_1 | , ... | input_N) | |||
Bitwise boolean OR across all input streams. You can specify the number of inputs. | |||
== Parameters == | == Parameters == | ||
; Num Inputs | |||
: Number of streams to operate on. | |||
; | |||
: | |||
== Example Flowgraph == | == Example Flowgraph == | ||
== Source Files == | == Source Files == | ||
Revision as of 04:41, 20 July 2019
Bitwise boolean OR across all input streams. You can specify the number of inputs. output = input_0 | input_1 | , ... | input_N)
Parameters
- Num Inputs
- Number of streams to operate on.