template <typename T>
T Min(
T a,
T b,
T c
);
| Name | Description |
|---|---|
| T | Type representing a numeric value |
| Name | Description | |
|---|---|---|
| in | a | Value to compare with other arguments |
| in | b | Value to compare with other arguments |
| in | c | Value to compare with other arguments |
Finds the maximum value.
CONFIDENTIAL