|
DoublePoint Conversion (DoublePoint to IntPoint)
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static explicit operator IntPoint (
DoublePoint point
)
Public Shared Narrowing Operator CType (
point As DoublePoint
) As IntPoint
Request Example
View SourceParameters
- point
- Type: AccordDoublePoint
Double precision point to convert to integer point.
Return Value
Type:
IntPointReturns new integer point which coordinates are explicitly converted
to integers from coordinates of the specified double precision point by
casting double values to integers value.
See Also