Namespace: Rx – Class: CRxArrayParticle – Header: Rx.Core.Ex/RxArrayParticle.h
CRxArrayParticle::At Method
C++
Rx::SParticle& At(size_t nIndex)
Returns a reference to the element at the specified index, with bounds checking. If nIndex is not within the range of the array, an exception is thrown.
Parameters
[size_t] nIndex |
The index. |
Returns
Rx::SParticle& |
Reference to the requested element. |