Contents

getNumberOfRows(_:columns:)

Obtains the number of rows and columns in the receiver.

Declaration

func getNumberOfRows(_ rowCount: UnsafeMutablePointer<Int>?, columns colCount: UnsafeMutablePointer<Int>?)

Parameters

  • rowCount:

    On return, the number of rows in the matrix.

  • colCount:

    On return, the number of columns in the matrix.

See Also

Laying Out the Cells of the Matrix