Cols
Return the number of columns in a matrix.
ulong matrix::Cols() |
Return Value
Integer.
Example
matrix m= {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}}; |
Return the number of columns in a matrix.
ulong matrix::Cols() |
Return Value
Integer.
Example
matrix m= {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}}; |