www.emgu.com/wiki
val * mat1

Declaration Syntax
Public Shared Operator * ( _
val As Double, _
mat1 As Matrix(Of TDepth) _
) As Matrix(Of TDepth)

Parameters
- val (Double)
- The value to be multiplied
- mat1 (Matrix<(Of <(TDepth>)>))
- The matrix to be multiplied

Return Value
val * mat1
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)