XLL+ Class Library (7.0)

imtx<T>::size

Get the size of a dimension of the matrix

virtual size_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.

Requirements

Header: plemtx.h

See Also

imtx<T> Class | imtx<T> Methods