Matrix2DMultiply Operator (Double, Matrix2D)

CVB.Net Documentation
Multiplication operator between MatrixD and scalar.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Matrix2D operator *(
	double lhs,
	Matrix2D rhs
)

Parameters

lhs
Type: SystemDouble
Scalar to multiply the matrix with.
rhs
Type: Stemmer.CvbMatrix2D
Matrix to be multiplied.

Return Value

Type: Matrix2D
Multiplication result.
See Also

Reference