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
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