andInPlace

open fun andInPlace(other: F64Array)

Computes the bitwise and of each element in the array with another array in place. The values are first cast to integers before the operation.

Parameters

other

the other array, must have the same shape as this array


open fun andInPlace(other: Int)

Computes the bitwise and of each element in the array with a scalar in place. The values are first cast to integers before the operation.

Parameters

other

the scalar