This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_vector_mean

Function Documentation

double rc_vector_mean(rc_vector_t v)

Returns the mean (average) of all values in vector v or -1.0f on error.

Parameters

v[in] User’s vector struct

Returns

Returns the mean (average) of all values in vector v or -1.0f on error.