Point3DhdDivision Operator

CVB.Net Documentation
Division operator.

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

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

Parameters

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

Return Value

Type: Point3Dhd
Divided point.
See Also

Reference