CvArrayTDepth_Mul Method (Double) |
http://www.emgu.com
Inplace multiply elements of the Array by scale
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void _Mul(
double scale
)
Public Sub _Mul (
scale As Double
)
public:
void _Mul(
double scale
)
member _Mul :
scale : float -> unit
Parameters
- scale
- Type: SystemDouble
The scale to be multiplyed
See Also