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

c4cedaa1 180a 2d73 3fdd 5db420226d4a

haplokuon edited this page May 6, 2023 · 1 revision

Addition Operator

netDxf 3.0.0 Library

Matrix addition.

Definition

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

C#

public static Matrix3 operator +(
	Matrix3 a,
	Matrix3 b
)

VB

Public Shared Operator + ( 
	a As Matrix3,
	b As Matrix3
) As Matrix3

C++

public:
static Matrix3 operator +(
	Matrix3 a, 
	Matrix3 b
)

F#

static let inline (+)
        a : Matrix3 * 
        b : Matrix3  : Matrix3

Parameters

  Matrix3
Matrix3.
  Matrix3
Matrix3.

Return Value

Matrix3
Matrix3.

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally