Namespace: Rx – Class: CRxArray2DInt – Header: Rx.Core.Ex/RxArray2DInt.h

CRxArray2DInt::GetSize Method

C++
virtual void GetSize(size_t& nRows, size_t& nCols)

Gets the number of elements in the memory block. The total number of bytes allocated by the memory block is given by the nRows times nCols times the element size.

Parameters

[size_t&] nRows

[out] The number of rows.

[size_t&] nCols

[out] The number of columns.