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 417
057a0c7a a315 0daa ddd8 496ccc7db1a9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(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_Multiply(netDxf.GTE.GMatrix,System.Double)"\]
- Double
- \[Missing <param name="scalar"/> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,System.Double)"\]
GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,System.Double)"]