Namespace: Rx – Class: CRxArray2DDouble – Header: Rx.Core.Ex/RxArray2DDouble.h

CRxArray2DDouble::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.