XMVectorMultiply

Computes the per-component product of two vectors.

Syntax

XMVECTOR XMVectorMultiply(
         XMVECTOR V1,
         XMVECTOR V2
)  

Parameters

V1
Type: XMVECTOR 

First vector to multiply.

V2
Type: XMVECTOR 

Second vector to multiply.

Return value

Type: XMVECTOR 

Returns a vector, each of whose components is the product of the corresponding components of V1 and V2.

Requirements

Header: Declared in directxmath.h.