Returns the minimum value of all the components.
| 172 | /// Returns the minimum value of all the components. |
| 173 | /// </summary> |
| 174 | T MinValue() const |
| 175 | { |
| 176 | return Math::Min(X, Y); |
| 177 | } |
| 178 | |
| 179 | /// <summary> |
| 180 | /// Returns the maximum value of all the components. |
no test coverage detected