Click or drag to resize
Accord.NET (logo)

IntPoint  Conversion (IntPoint to DoublePoint)

Implicit conversion to DoublePoint.

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

Parameters

point
Type: AccordIntPoint
Integer point to convert to double precision point.

Return Value

Type: DoublePoint
Returns new double precision point which coordinates are implicitly converted to doubles from coordinates of the specified integer point.
See Also