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

379bf0a1 9a8a 0ce9 70a4 55c794fd343d

haplokuon edited this page May 6, 2023 · 1 revision

Subtraction Operator

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.op_Subtraction(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_Subtraction(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]
  GMatrix
\[Missing <param name="m2"/> documentation for "M:netDxf.GTE.GMatrix.op_Subtraction(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]

Return Value

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally