Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.59 KB

nf-directxmath-xmint4-operator-assign.md

File metadata and controls

72 lines (58 loc) · 2.59 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 f1_keywords dev_langs topic_type api_type api_location api_name
NF:directxmath.XMINT4.operator-assign
XMINT4::operator-assign
Assigns the vector component data from one instance of XMINT4 to the current instance of XMINT4.
Use DirectX..XMINT4.operator =
Use DirectX::::XMINT4::operator =
XMINT4 structure [DirectX Math Support APIs]
operator = method
XMINT4.operator =
XMINT4.operator-assign
XMINT4.operator=
XMINT4::operator-assign
XMINT4::operator=
dxmath.xmint4_operator_eq
operator = method [DirectX Math Support APIs]
operator = method [DirectX Math Support APIs]
XMINT4 structure
operator=
dxmath\xmint4_operator_eq.htm
dxmath
M:Microsoft.directx_sdk.reference.XMINT4.operator = (const XMINT4)
05/13/2019
Use DirectX..XMINT4.operator =, Use DirectX::::XMINT4::operator =, XMINT4 structure [DirectX Math Support APIs],operator = method, XMINT4.operator =, XMINT4.operator-assign, XMINT4.operator=, XMINT4::operator-assign, XMINT4::operator=, dxmath.xmint4_operator_eq, operator = method [DirectX Math Support APIs], operator = method [DirectX Math Support APIs],XMINT4 structure, operator=
directxmath.h
Windows
Use DirectX.
Windows
XMINT4::operator=
directxmath/XMINT4::operator=
c++
APIRef
kbSyntax
COM
DirectXMath.h
XMINT4.operator =

XMINT4::operator-assign

-description

Assigns the vector component data from one instance of XMINT4 to the current instance of XMINT4.

This operator assigns the vector component data from one instance of XMINT4 to the current instance of XMINT4.

Note  This operator is only available under C++.

-parameters

-param unnamedParam1

Instance of XMINT4 used to update the current XMINT4 structure.

-returns

The current instance of XMINT4 whose vector component data has been updated to match those of the XMINT4 instance specified by the Int4 argument.

-see-also

XMINT4

XMINT4 Operators