Click or drag to resize
DigitalRuneVector4F Operators and Type Conversions

The Vector4F type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two vectors.
Public operatorStatic memberDivision(Vector4F, Vector4F)
Divides the components of a vector by the components of another vector.
Public operatorStatic memberDivision(Vector4F, Single)
Divides a vector by a scalar.
Public operatorStatic memberEquality
Tests if two vectors are equal.
Public operatorStatic member(Vector4 to Vector4F)
Performs an conversion from Vector4 (XNA Framework) to Vector4F (DigitalRune Mathematics).
Public operatorStatic member(Vector4F to Single)
Converts a vector to an array of 4 float values.
Public operatorStatic member(Vector4F to ListSingle)
Converts a vector to a list of 4 float values.
Public operatorStatic member(Vector4F to Vector4)
Performs an conversion from Vector4F (DigitalRune Mathematics) to Vector4 (XNA Framework).
Public operatorStatic memberGreaterThan
Tests if each component of a vector is greater than the corresponding component of another vector.
Public operatorStatic memberGreaterThanOrEqual
Tests if each component of a vector is greater or equal than the corresponding component of another vector.
Public operatorStatic member(Vector4F to Vector4D)
Performs an implicit conversion from Vector4F to Vector4D.
Public operatorStatic member(Vector4F to VectorF)
Performs an implicit conversion from Vector4F to VectorF.
Public operatorStatic memberInequality
Tests if two vectors are not equal.
Public operatorStatic memberLessThan
Tests if each component of a vector is less than the corresponding component of another vector.
Public operatorStatic memberLessThanOrEqual
Tests if each component of a vector is less or equal than the corresponding component of another vector.
Public operatorStatic memberMultiply(Single, Vector4F)
Multiplies a vector by a scalar.
Public operatorStatic memberMultiply(Vector4F, Vector4F)
Multiplies the components of two vectors by each other.
Public operatorStatic memberMultiply(Vector4F, Single)
Multiplies a vector by a scalar.
Public operatorStatic memberSubtraction
Subtracts a vector from a vector.
Public operatorStatic memberUnaryNegation
Negates a vector.
Top
See Also