numpy.ma.left_shift

ma.left_shift(a, n)[source]

Shift the bits of an integer to the left.

This is the masked array version of numpy.left_shift, for details see that function.

See also

numpy.left_shift

© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.0/reference/generated/numpy.ma.left_shift.html