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

CRxArrayDouble::Front Method

C++
double& Front()

Returns a reference to the first element in the array. Calling Front on an empty array is undefined.

Returns

double&

Reference to the first element.