Click or drag to resize
Accord.NET (logo)

PointRound Method

Rounds the single precision point.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public IntPoint Round()
Request Example View Source

Return Value

Type: IntPoint
Returns new integer point, which coordinates equal to whole numbers nearest to the corresponding coordinates of the single precision point.
See Also