Matrix2DSubtraction Operator

CVB.Net Documentation
Subtraction operator for MatrixD structs.

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

public static Matrix2D operator -(
	Matrix2D lhs,
	Matrix2D rhs
)

Parameters

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

Return Value

Type: Matrix2D
Difference of lhs and rhs.
See Also

Reference