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

057a0c7a a315 0daa ddd8 496ccc7db1a9

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(GMatrix, Double) Operator

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(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_Multiply(netDxf.GTE.GMatrix,System.Double)"\]
  Double
\[Missing <param name="scalar"/> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,System.Double)"\]

Return Value

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

See Also

Reference

GMatrix Class
Multiply Overload
netDxf.GTE Namespace

Clone this wiki locally