Point2D.Division Operator

Division between a 2D point and a scalar value.
Public Shared Operator /( _ 
ByVal p As Point2D, _ 
ByVal s As Double
) As Point2D
This language is not supported or no code example is available.
public static Point2D operator /( 
Point2D p
double s 
)
This language is not supported or no code example is available.

Parameters

p
Point2D

The 2D point

s
double

Scalar value

Return Value

Point2D

The resulting 2D point.

.NET Framework

Supported in: 4.8

In this article

Definition