XMVectorExp

This function is a compatibility alias for XMVectorExp2 for existing code. This function is deprecated and instead you should use XMVectorExp2 or XMVectorExpE.

Computes two raised to the power for each component.

Syntax

XMVECTOR XMVectorExp(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

Vector used for the exponents of base two.

Return value

Type: XMVECTOR 

Returns a vector whose components are two raised to the power of the corresponding component of V.

Requirements

Header: Declared in directxmath.h.