Namespace: Rx – Class: CRxArrayInt – Header: Rx.Core/RxArrayTypes.h

CRxArrayInt::Erase Method

C++
void Erase(size_t nPosition, size_t nCount)

Removes specified elements from the array.

Parameters

[size_t] nPosition

The position.

[size_t] nCount

Number of elements to remove.