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

72a96dca 3e3a 136a 557b d1f001be6da9

haplokuon edited this page May 6, 2023 · 1 revision

Division Operator

netDxf 3.0.0 Library

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

Definition

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

C#

public static GMatrix operator /(
	GMatrix m,
	double scalar
)

VB

Public Shared Operator / ( 
	m As GMatrix,
	scalar As Double
) As GMatrix

C++

public:
static GMatrix^ operator /(
	GMatrix^ m, 
	double scalar
)

F#

static let inline (/)
        m : GMatrix * 
        scalar : float  : GMatrix

Parameters

  GMatrix
\[Missing <param name="m"/> documentation for "M:netDxf.GTE.GMatrix.op_Division(netDxf.GTE.GMatrix,System.Double)"\]
  Double
\[Missing <param name="scalar"/> documentation for "M:netDxf.GTE.GMatrix.op_Division(netDxf.GTE.GMatrix,System.Double)"\]

Return Value

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally