Point3DdMultiply Operator (Double, Point3Dd)

CVB.Net Documentation
Multiplication operator.

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

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

Parameters

lhs
Type: SystemDouble
Left hand side operand.
rhs
Type: Stemmer.CvbPoint3Dd
Right hand side operand.

Return Value

Type: Point3Dd
Product of lhs and rhs.
See Also

Reference