Namespace: Rx – Class: CRxArrayParticle – Header: Rx.Core.Ex/RxArrayParticle.h

CRxArrayParticle::New Method

C++
virtual void New(size_t nNewElementCount)

Resizes the array to contain count elements.

If the current size is greater than nNewElementCount, the array is reduced to its first nNewElementCount elements.

If the current size is less than count, additional default-inserted elements are appended.

Parameters

[size_t] nNewElementCount

Number of new elements.