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

3b564ebb 416b 96a7 a237 b0cf4ab618c3

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(Matrix4, 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 Matrix4 operator *(
	Matrix4 m,
	double a
)

VB

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

C++

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

F#

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

Parameters

  Matrix4
Matrix4.
  Double
Scalar.

Return Value

Matrix4
Matrix4.

See Also

Reference

Matrix4 Structure
Multiply Overload
netDxf Namespace

Clone this wiki locally