XMVectorSinH

Computes the hyperbolic sine of each component of an XMVECTOR.

Syntax

XMVECTOR XMVectorSinH(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

Vector for which to compute the hyperbolic sine.

Return value

Type: XMVECTOR 

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

Requirements

Header: Declared in directxmath.h.