Windows apps
Collapse the table of content
Expand the table of content

Vector4::Multiply Method (Vector4, Vector4)

Multiplies two vectors together.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Vector4 Multiply(
	Vector4 left, 
	Vector4 right
)

Parameters

left
Type: System.Numerics::Vector4

The first vector.

right
Type: System.Numerics::Vector4

The second vector.

Return Value

Type: System.Numerics::Vector4
The product vector.
Show:
© 2017 Microsoft