Point2DdMultiply Operator (Double, Point2Dd)

CVB.Net Documentation
Multiply a PointD with a number.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Point2Dd operator *(
	double lhs,
	Point2Dd rhs
)

Parameters

lhs
Type: SystemDouble
lhs to multiply with
rhs
Type: Stemmer.CvbPoint2Dd
rhs to multiply with

Return Value

Type: Point2Dd
Product of lhs and rhs.
See Also

Reference