Matrix3DHAddition Operator

CVB.Net Documentation
Addition 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
Sum of lhs and rhs.
See Also

Reference