orInPlace

open fun orInPlace(other: F64Array)

Computes the bitwise or 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 orInPlace(other: Int)

Computes the bitwise or 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