bitor
Name | Type | Description | Optional |
---|---|---|---|
a |
?0 |
number |
no |
b |
?0 |
number |
no |
Name | Type | Description | Optional |
---|---|---|---|
c |
?0 |
bitwise or of a and b |
no |
bitor
outputs the bitwise or of its inputs.
Name | Type | Description | Optional |
---|---|---|---|
a |
?0 |
number |
no |
b |
?0 |
number |
no |
Name | Type | Description | Optional |
---|---|---|---|
c |
?0 |
bitwise or of a and b |
no |
bitor
outputs the bitwise or of its inputs.