MatrixTDepthMultiply Operator (Double, MatrixTDepth) |
http://www.emgu.com val * mat1
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic static Matrix<TDepth> operator *(
double val,
Matrix<TDepth> mat1
)
Public Shared Operator * (
val As Double,
mat1 As Matrix(Of TDepth)
) As Matrix(Of TDepth)
public:
static Matrix<TDepth>^ operator *(
double val,
Matrix<TDepth>^ mat1
)
static let inline (*)
val : float *
mat1 : Matrix<'TDepth> : Matrix<'TDepth>
Parameters
- val
- Type: SystemDouble
The value to be multiplied - mat1
- Type: Emgu.CVMatrixTDepth
The matrix to be multiplied
Return Value
Type:
MatrixTDepthval *
mat1
See Also