Click or drag to resize

Vector4 Operators

The Vector4 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Vector4 addition
Public operatorStatic memberEquality
Vector4 exact equality - see EQ(Vector4, Vector4) for alternative
Public operatorStatic memberInequality
Vector4 exact inequality - see EQ(Vector4, Vector4) for alternative
Public operatorStatic memberMultiply(Double, Vector4)
Scale the X, Y, Z and W components of Vector4
Public operatorStatic memberMultiply(Single, Vector4)
Scale the X, Y, Z and W components of Vector4
Public operatorStatic memberMultiply(Vector4, Double)
Scale the X, Y, Z and W components of Vector4
Public operatorStatic memberMultiply(Vector4, Single)
Scale the X, Y, Z and W components of Vector4
Public operatorStatic memberSubtraction
Vector4 subtraction
Public operatorStatic memberUnaryNegation
Vector4 unary negation
Top
See Also