Point4D(Double()) Constructor

Double array constructor.
Public Sub New( _ 
ByVal coords As Double() _ 
)
This language is not supported or no code example is available.
public Point4D( 
double[] coords 
)
This language is not supported or no code example is available.

Parameters

coords
double[]

.NET Framework

Supported in: 4.8

In this article

Definition