boost::gil::point::operator*=
Multiplication assignment operator
Synopsis
Declared in <boost/gil/point.hpp>
point&
operator*=(double d);
Parameters
Name |
Description |
d |
The right operand |
Created with MrDocs