Utility.DoublesToPointArray4D Method

Converts an array of doubles to a an array of 4D points (only the XYZ members are converted).
Public Shared Function DoublesToPointArray4D( _ 
ByVal listOfDoubles As Double() _ 
) As Point4D()
This language is not supported or no code example is available.
public static Point4D[] DoublesToPointArray4D( 
double[] listOfDoubles 
)
This language is not supported or no code example is available.

Parameters

listOfDoubles
double[]

An array of doubles

Return Value

Point4D[]

The 4D point array.

.NET Framework

Supported in: 4.8

In this article

Definition