nn::math::Min Function
template <typename T>
T Min(
T a,
T b,
T c
);
| Name | Description |
|---|---|
| T | Type representing a numerical value. |
| Name | Description | |
|---|---|---|
| in | a | Value to compare to other arguments. |
| in | b | Value to compare to other arguments. |
| in | c | Value to compare to other arguments. |
Finds the minimum value.
CONFIDENTIAL