Point3DhdMultiply Operator (Double, Point3Dhd)

CVB.Net Documentation
Multiplication operator.

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

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

Parameters

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

Return Value

Type: Point3Dhd
Multiplied point.
See Also

Reference