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

a8367a26 4e02 7c63 f213 b758e5ca829f

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(Matrix3, Double) Operator

netDxf 3.0.0 Library

Product of a matrix with a scalar.

Definition

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

C#

public static Matrix3 operator *(
	Matrix3 m,
	double a
)

VB

Public Shared Operator * ( 
	m As Matrix3,
	a As Double
) As Matrix3

C++

public:
static Matrix3 operator *(
	Matrix3 m, 
	double a
)

F#

static let inline (*)
        m : Matrix3 * 
        a : float  : Matrix3

Parameters

  Matrix3
Matrix3.
  Double
Scalar.

Return Value

Matrix3
Matrix3.

See Also

Reference

Matrix3 Structure
Multiply Overload
netDxf Namespace

Clone this wiki locally