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

16f7e37c a13b 8fe6 5ccf 805451236cfb

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(Matrix3, Double) Method

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 Multiply(
	Matrix3 m,
	double a
)

VB

Public Shared Function Multiply ( 
	m As Matrix3,
	a As Double
) As Matrix3

C++

public:
static Matrix3 Multiply(
	Matrix3 m, 
	double a
)

F#

static member Multiply : 
        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