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