Gets the multiplication result of all vector components values.
| 164 | /// Gets the multiplication result of all vector components values. |
| 165 | /// </summary> |
| 166 | T MulValues() const |
| 167 | { |
| 168 | return X * Y; |
| 169 | } |
| 170 | |
| 171 | /// <summary> |
| 172 | /// Returns the minimum value of all the components. |