Matrix3DSubtraction Operator

CVB.Net Documentation
Subtraction operator.

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

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

Parameters

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

Return Value

Type: Matrix3D
Difference of lhs and rhs.
See Also

Reference