Point4D.Distance Method

Computes the 4D distance.
Public Shared Function Distance( _ 
ByVal a As Point4D, _ 
ByVal b As Point4D
) As Double
This language is not supported or no code example is available.
public static double Distance( 
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

double

The distance. The weights are treated as ordinary coordinates.

.NET Framework

Supported in: 4.8

In this article

Definition