ARTS built-in documentation server
Workspace Method ncolsGet
Description
Retrieve ncols from given variable and store the value in the workspace variable ncols
Authors: Oliver Lemke
Synopsis
ncolsGet( | ncols, v ) |
Variables
OUT | ncols | (Index) | Number of columns (elements in lowest dimension) of a Matrix or Tensor. |
GIN | v | (Matrix, Sparse, Tensor3, Tensor4, Tensor5, Tensor6, Tensor7) | Variable to get the number of columns from. |