Click or drag to resize

MatrixMultiply Operator (Matrix, Double)

Product of a matrix with a scalar.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Matrix operator *(
	Matrix m,
	double a
)

Parameters

m
Type: DXFReaderNETMatrix
Matrix.
a
Type: SystemDouble
Scalar.

Return Value

Type: Matrix
Matrix.
See Also