XMVectorCosH

Computes the hyperbolic cosine of each component of an XMVECTOR.

Syntax

XMVECTOR XMVectorCosH(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

Vector for which to compute the hyperbolic cosine.

Return value

Type: XMVECTOR 

Returns a vector. Each component is the hyperbolic cosine of the corresponding component of V.

Requirements

Header: Declared in directxmath.h.