Skip to content

Latest commit

 

History

History
108 lines (77 loc) · 3.35 KB

nf-directxpackedvector-xmdecn4-operatoruint32_t.md

File metadata and controls

108 lines (77 loc) · 3.35 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-cast-uint32_t
XMDECN4::operator uint32_t (directxpackedvector.h)
Returns an instance of uint32_t containing the components of the XMDECN4instance in a packed format.
DirectX::PackedVector.XMDECN4.operator uint32_t
DirectX::PackedVector::XMDECN4::operator uint32_t
XMDECN4 structure [DirectX Math Support APIs]
operator uint32_t method
XMDECN4.operator uint32_t
XMDECN4::operator uint32_t
dxmath.xmdecn4_operator_uint32_t
operator uint32_t
operator uint32_t method [DirectX Math Support APIs]
operator uint32_t method [DirectX Math Support APIs]
XMDECN4 structure
dxmath\xmdecn4_operator_uint32_t.htm
dxmath
M:Microsoft.directx_sdk.reference.XMDECN4.operator uint32_t
12/05/2018
DirectX::PackedVector.XMDECN4.operator uint32_t, DirectX::PackedVector::XMDECN4::operator uint32_t, XMDECN4 structure [DirectX Math Support APIs],operator uint32_t method, XMDECN4.operator uint32_t, XMDECN4::operator uint32_t, dxmath.xmdecn4_operator_uint32_t, operator uint32_t, operator uint32_t method [DirectX Math Support APIs], operator uint32_t method [DirectX Math Support APIs],XMDECN4 structure
directxpackedvector.h
Windows
DirectX::PackedVector
Windows
19H1
XMDECN4::operator uint32_t
directxpackedvector/XMDECN4::operator uint32_t
c++
APIRef
kbSyntax
COM
DirectXPackedVector.h
XMDECN4.operator uint32_t

XMDECN4::operator uint32_t

-description

Returns an instance of uint32_t containing the components of the XMDECN4 instance in a packed format.

Returns an instance of uint32_t containing the components of the XMDECN4 instance in a packed format.

Note  This operator is only available under C++.
 

-returns

Contains the four vector components of an instance of XMDECN4 in a packed format.

-remarks

The values of the XMDECN4 components returned are not normalized, and are in the following format:

  • The first 10 bits (bits 0- 9) of the return value are the x component of the current instance of XMDECN4.
  • The second 10 bits (bits 10-19) of the return value are the y component of the current instance of XMDECN4.
  • The third 10 bits (bits 20-29) of the return value are the z component of the current instance of XMDECN4.
  • The last 2 bits (bits 30-31) of the return value are the w component of the current instance of XMDECN4.

-see-also

Reference

XMDECN4

XMDECN4 Operators