Back to Aurora Vision Library Lite website
You are here: Start » Basic » Statistics » Median_InPlace
Median_InPlace
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Computes the median of an array of real numbers. Modifies the input array for the purpose of speed.
Syntax
void avl::Median_InPlace ( atl::Array<float>& ioValues, float& outMedian )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array on input in Median_InPlace. |


