Replicates a floating-point value into all four components of a vector.
XMVECTOR XMVectorReplicate(
float Value
)
Value
Type: float
Value to replicate.
Type: XMVECTOR
Returns a vector, all of whose components are equal to Value.
Header: Declared in directxmath.h.