Namespace: Rx – Class: CRxArrayDouble – Header: Rx.Core/RxArrayTypes.h

CRxArrayDouble::Back Method

C++
const double& Back()

Returns a reference to the last element in the array. Calling Back on an empty array is undefined.

Returns

const double&

Reference to the last element.