XLL+ Class Library (6.3)

mtx_ptrs<T>::size

Get the size of a dimension of the matrix

virtual const T& size(
   int dim
) const;

Parameters

dim

Dimension number. In Excel, 0 corresponds to the number of rows, and 1 corresponds to the number of columns.

Remarks

This method the size of a specified dimension of the matrix.

Example

mtx_ptrs<T> Example

Requirements

Header: plemtx.h

See Also

mtx_ptrs<T> Class | mtx_ptrs<T> Methods | Walkthrough: Adding a matrix argument