Gets the sum of all vector components values.
| 156 | /// Gets the sum of all vector components values. |
| 157 | /// </summary> |
| 158 | T SumValues() const |
| 159 | { |
| 160 | return X + Y; |
| 161 | } |
| 162 | |
| 163 | /// <summary> |
| 164 | /// Gets the multiplication result of all vector components values. |
no outgoing calls
no test coverage detected