Inplace elementwise multiply the current Array with src2

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void _Mul(
	CvArray<TDepth> src2
)
Visual Basic (Declaration)
Public Sub _Mul ( _
	src2 As CvArray(Of TDepth) _
)
Visual C++
public:
void _Mul(
	CvArray<TDepth>^ src2
)

Parameters

src2
Type: Emgu.CV..::.CvArray<(Of <(TDepth>)>)
The other array to be elementwise multiplied with

See Also