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