Namespace: Rx – Class: CRxArrayDouble – Header: Rx.Core/RxArrayTypes.h
CRxArrayDouble::Back Method
C++
double& Back()
Returns a reference to the last element in the array. Calling Back on an empty array is undefined.
Returns
double& |
Reference to the last element. |