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