Vector.Addition (Vector, Vector) Operator

Add the source vector to the target vector and return resulting vector
public static Vector operator +( 
Vector target
Vector source 
)
This language is not supported or no code example is available.
public:  
static Vector^ operator +( 
Vector^ target
Vector^ source 
)
This language is not supported or no code example is available.
JScript supports the use of overloaded operators, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

target
Vector

source
Vector

Return Value

Vector

In this article

Definition