Click or drag to resize
Accord.NET (logo)

IntPointDivision Operator

Division operator - divides coordinates of the specified point by scalar value.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static IntPoint operator /(
	IntPoint point,
	int factor
)
Request Example View Source

Parameters

point
Type: AccordIntPoint
Point to divide coordinates of.
factor
Type: SystemInt32
Division factor.

Return Value

Type: IntPoint
Returns new point which coordinates equal to coordinates of the specified point divided by specified value.
See Also