Matrix3DHMultiply Operator

CVB.Net Documentation
Multiplication operator.

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

public static Matrix3DH operator *(
	Matrix3DH lhs,
	Matrix3DH rhs
)

Parameters

lhs
Type: Stemmer.CvbMatrix3DH
Left hand side operand.
rhs
Type: Stemmer.CvbMatrix3DH
Right hand side operand.

Return Value

Type: Matrix3DH
Product of lhs and rhs.
See Also

Reference