Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Operator + ( _
vector1 As Vector(Of T), _
vector2 As Vector(Of T) _
) As Vector(Of T)
|
Return Value
A
Vector whose components are
the sum of the corresponding components of
vector1 and
vector2.
Exceptions
See Also