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

4fff9bd2 b426 2192 6093 56cb16e44f67

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(Double, GMatrix) Operator

netDxf 3.0.0 Library

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

Definition

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

C#

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

VB

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

C++

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

F#

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

Parameters

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

Return Value

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

See Also

Reference

GMatrix Class
Multiply Overload
netDxf.GTE Namespace

Clone this wiki locally