|
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
)
Public Shared Narrowing Operator CType (
point As DoublePoint
) As Point
Request Example
View SourceParameters
- point
- Type: AccordDoublePoint
Double precision point to convert to single precision point.
Return Value
Type:
PointReturns 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