XMFLOAT3X4::operator()(size_t,size_t) function (directxmath.h)

Returns a reference to a matrix element of an XMFLOAT3X4, specified by row and column arguments.

Syntax

float & operator()(
  size_t Row,
  size_t Column
) noexcept;

Parameters

Row

Type: size_t

The 0-based row number of the matrix element to retrieve.

Column

Type: size_t

The 0-based column number of the matrix element to retrieve.

Return value

Type: float

A copy of the specified element.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header directxmath.h

See also

XMFLOAT3X4 structure