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