This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
72a96dca 3e3a 136a 557b d1f001be6da9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.op_Division(netDxf.GTE.GMatrix,System.Double)"]
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
- 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)"\]
GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.op_Division(netDxf.GTE.GMatrix,System.Double)"]