Point4D.Division Operator

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

Parameters

p
Point4D

The 4D point

s
double

Scalar value

Return Value

Point4D

The resulting 4D point.

.NET Framework

Supported in: 4.8

In this article

Definition