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

CRxArrayFloat::Front Method

C++
float& Front()

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

Returns

float&

Reference to the first element.