Click or drag to resize
Vector2I Operators

The Vector2I type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Vector2I, Vector2I)
Sums the components of the passed vectors and returns the resulting vector.
Public operatorStatic memberAddition(Vector2I, Int32)
Adds the passed value to each component of the passed vector.
Public operatorStatic memberDivision
Divides each component of the passed vector by the passed value.
Public operatorStatic memberEquality
Indicates if the two passed vectors are equal.
Public operatorStatic memberInequality
Indicates if the two passed vectors are not equal.
Public operatorStatic memberMultiply(Int32, Vector2I)
Multiplies each vector component with the specified value.
Public operatorStatic memberMultiply(Single, Vector2I)
Multiplies each vector component with the specified value.
Public operatorStatic memberMultiply(Vector2I, Vector2I)
Multiplies each vector component of the two passed vectors.
Public operatorStatic memberMultiply(Vector2I, Int32)
Multiplies each vector component with the specified value.
Public operatorStatic memberMultiply(Vector2I, Single)
Multiplies each vector component with the specified value.
Public operatorStatic memberSubtraction(Vector2I, Vector2I)
Subtracts the components of the second passed vector from the first passed.
Public operatorStatic memberSubtraction(Vector2I, Int32)
Subtracts the passed value from each component of the passed vector.
Public operatorStatic memberUnaryNegation
Negates each component of the passed vector.
Top
See Also