column(of:)
Returns the column number in which the given matrix is located.
Declaration
func column(of matrix: NSMatrix) -> IntParameters
- matrix:
The matrix for which to return the column number.
Return Value
The index of the column in which the specified matrix appears.