Point2DdDivision Operator

CVB.Net Documentation
Divide a Point2Dd structure by dividing its X and Y component.

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

public static Point2Dd operator /(
	Point2Dd p,
	double d
)

Parameters

p
Type: Stemmer.CvbPoint2Dd
Point to be divided
d
Type: SystemDouble
Divisor

Return Value

Type: Point2Dd
Divided point
See Also

Reference