Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

748c0bb1 8e25 342e ef04 c288bec7eeb7

haplokuon edited this page May 6, 2023 · 1 revision

Addition Operator

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.op_Addition(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static GMatrix operator +(
	GMatrix m1,
	GMatrix m2
)

VB

Public Shared Operator + ( 
	m1 As GMatrix,
	m2 As GMatrix
) As GMatrix

C++

public:
static GMatrix^ operator +(
	GMatrix^ m1, 
	GMatrix^ m2
)

F#

static let inline (+)
        m1 : GMatrix * 
        m2 : GMatrix  : GMatrix

Parameters

  GMatrix
\[Missing <param name="m1"/> documentation for "M:netDxf.GTE.GMatrix.op_Addition(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]
  GMatrix
\[Missing <param name="m2"/> documentation for "M:netDxf.GTE.GMatrix.op_Addition(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]

Return Value

GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.op_Addition(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"]

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally