GeodeticCoordinateMultiply Operator |
http://www.emgu.com
Compute coor * scale
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static GeodeticCoordinate operator *(
GeodeticCoordinate coor,
double scale
)
Public Shared Operator * (
coor As GeodeticCoordinate,
scale As Double
) As GeodeticCoordinate
public:
static GeodeticCoordinate operator *(
GeodeticCoordinate coor,
double scale
)
static let inline (*)
coor : GeodeticCoordinate *
scale : float : GeodeticCoordinate
Parameters
- coor
- Type: Emgu.CV.GeodeticGeodeticCoordinate
The coordinate - scale
- Type: SystemDouble
The scale to be multiplied
Return Value
Type:
GeodeticCoordinatecoor *
scale
See Also