Point4D.Subtraction Operator

Subtraction between two 4D points.
Public Shared Operator -( _ 
ByVal a As Point4D, _ 
ByVal b As Point4D
) As Point4D
This language is not supported or no code example is available.
public static Point4D operator -( 
Point4D a
Point4D b 
)
This language is not supported or no code example is available.

Parameters

a
Point4D

First 4D point

b
Point4D

Second 4D point

Return Value

Point4D

The resulting 4D point.

.NET Framework

Supported in: 4.8

In this article

Definition