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

a24f6b3a 4371 319d 6c6e 061b85a46f6d

haplokuon edited this page May 6, 2023 · 1 revision

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

VB

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

C++

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

F#

static member Multiply : 
        m : Matrix2 * 
        a : float -> Matrix2 

Parameters

  Matrix2
Matrix2.
  Double
Scalar.

Return Value

Matrix2
Matrix2.

See Also

Reference

Matrix2 Structure
Multiply Overload
netDxf Namespace

Clone this wiki locally