Substract the other element from the current element

Namespace:  Emgu.Util
Assembly:  Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.780 (2.1.0.780)

Syntax

         
 C#  Visual Basic  Visual C++ 
void Sub(
	T i
)
Sub Sub ( _
	i As T _
)
void Sub(
	T i
)

Parameters

i
T
The element to be substracted

Return Value

The result of substracting the other element

See Also