Share via


MatrixFixed.Add Method

Adds two matrices.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
Public Shared Function Add ( _
    left As MatrixFixed, _
    right As MatrixFixed _
) As MatrixFixed
'Usage
Dim left As MatrixFixed
Dim right As MatrixFixed
Dim returnValue As MatrixFixed

returnValue = MatrixFixed.Add(left, right)
public static MatrixFixed Add (
    MatrixFixed left,
    MatrixFixed right
)
public:
static MatrixFixed Add (
    MatrixFixed left, 
    MatrixFixed right
)
public static MatrixFixed Add (
    MatrixFixed left, 
    MatrixFixed right
)
public static function Add (
    left : MatrixFixed, 
    right : MatrixFixed
) : MatrixFixed
Not applicable.

Parameters

  • left
    A Matrix structure on the left side of the addition operator.
  • right
    A Matrix structure on the right side of the addition operator.

Return Value

A Matrix instance that represents the result of the addition.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

MatrixFixed Structure
MatrixFixed Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace