BitMatrix.getRow

A fast method to retrieve one row of data from the matrix as a BitArray.

@param integer y @param BitArray row @return BitArray

  1. BitArray getRow(int y, BitArray row)
    class BitMatrix
    getRow
    (
    int y
    ,)
  2. BitArray getRow(int y)

Meta