bitwise.sand() function
The bitwise.sand()
function is experimental and subject to change at any time.
By using this function, you accept the risks of experimental functions.
bitwise.sand()
performs the bitwise operation, a AND b
, with
integer values.
import "experimental/bitwise"
bitwise.sand(a: 12, b: 21)
// Returns 4
Parameters
a
Left operand.
b
Right operand.
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
InfluxDB Cloud customers can contact InfluxData Support.