GeodeticCoordinateMultiply Operator |
http://www.emgu.com
Compute coor * scale
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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