Skip to content

Latest commit

 

History

History
113 lines (82 loc) · 3.66 KB

nf-directxpackedvector-xmdecn4-operator-assign(uint32_t).md

File metadata and controls

113 lines (82 loc) · 3.66 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:directxpackedvector.XMDECN4.operator-assign(uint32_t)
XMDECN4::operator-assign(uint32_t) (directxpackedvector.h)
This operator assigns the vector component data packed in an instance of uint32_tto the current instance of XMDECN4.
XMDECN4 structure [DirectX Math Support APIs]
operator = method
XMDECN4.operator =(const uint32_t)
XMDECN4.operator-assign(uint32_t)
XMDECN4.operator=
XMDECN4::operator-assign(uint32_t)
XMDECN4::operator=
dxmath.xmdecn4_operator_eq_2
operator = method [DirectX Math Support APIs]
operator = method [DirectX Math Support APIs]
XMDECN4 structure
operator=
dxmath\xmdecn4_operator_eq_2.htm
dxmath
M:Microsoft.directx_sdk.reference.XMDECN4.operator = (const uint32_t)
12/05/2018
XMDECN4 structure [DirectX Math Support APIs],operator = method, XMDECN4.operator =(const uint32_t), XMDECN4.operator-assign(uint32_t), XMDECN4.operator=, XMDECN4::operator-assign(uint32_t), XMDECN4::operator=, dxmath.xmdecn4_operator_eq_2, operator = method [DirectX Math Support APIs], operator = method [DirectX Math Support APIs],XMDECN4 structure, operator=
directxpackedvector.h
Windows
DirectX::PackedVector
Windows
19H1
XMDECN4::operator=
directxpackedvector/XMDECN4::operator=
c++
APIRef
kbSyntax
COM
DirectXPackedVector.h
XMDECN4.operator =

XMDECN4::operator-assign(uint32_t)

-description

This operator assigns the vector component data packed in an instance of uint32_t to the current instance of XMDECN4.

Note  This operator is only available under C++.
 

-parameters

-param Packed

The values of four vector components in a packed format.

-returns

The current instance of XMDECN4 whose vector component data has been updated to the component values packed in the uint32_t instance specified by the Packed argument.

-remarks

The format of Packed is:

  • The first 120 bits (bits 0-9) of Packed assigned, as an integer, to the x member of the current instance of XMCOLOR.
  • The second 10 bits (bits 10-19) of Packed assigned, as an integer, to the y member of the current instance of XMDECN4.
  • The third 10 bits (bits 20-29) of Packed assigned, as an integer, to the z member of the current instance of XMDECN4.
  • The last 2 bits (bits 30-31) of Packed assigned, as an integer, to the w member of the current instance of XMDECN4.

-see-also

Reference

XMDECN4

operator =