Contents

column(of:)

Returns the column number in which the given matrix is located.

Declaration

func column(of matrix: NSMatrix) -> Int

Parameters

  • matrix:

    The matrix for which to return the column number.

Return Value

The index of the column in which the specified matrix appears.

See Also

Deprecated