Click or drag to resize

Matrix3Multiply Operator (Matrix3, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Product of a matrix with a scalar.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Matrix3 operator *(
	Matrix3 m,
	double a
)
Request Example View Source

Parameters

m
Type: netDxfMatrix3
Matrix3.
a
Type: SystemDouble
Scalar.

Return Value

Type: Matrix3
Matrix3.
See Also