Point3D.Division Operator

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

Parameters

p
Point3D

The point

s
double

Scalar value

Return Value

Point3D

The resulting 3D point.

.NET Framework

Supported in: 4.8

In this article

Definition