Compute coor * scale

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public 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
)

Parameters

coor
GeodeticCoordinate
The coordinate
scale
Double
The scale to be multiplied

Return Value

coor * scale

See Also