Namespace: Rx – Class: CRxArray2DInt – Header: Rx.Core.Ex/RxArray2DInt.h
CRxArray2DInt::Resize Method
C++
virtual void Resize(size_t nRows, size_t nCols)
Resizes the memory block to the given number of elements. The size of an element is fixed by the implementation and can be read out with the function GetElementSize().
Parameters
[size_t] nRows |
The amount of rows to allocate. |
[size_t] nCols |
The amount of columns to allocate. |