Click or drag to resize
Accord.NET (logo)

DoublePoint  Conversion (DoublePoint to Point)

Explicit conversion to Point.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static explicit operator Point (
	DoublePoint point
)
Request Example View Source

Parameters

point
Type: AccordDoublePoint
Double precision point to convert to single precision point.

Return Value

Type: Point
Returns new single precision point which coordinates are explicitly converted to floats from coordinates of the specified double precision point by casting double values to float value.
See Also