Utility.DoublesToPointArray2D Method

Convert a list of double values to a 2D point array.
Public Shared Function DoublesToPointArray2D( _ 
ByVal listOfDoubles As Double() _ 
) As Point2D()
This language is not supported or no code example is available.
public static Point2D[] DoublesToPointArray2D( 
double[] listOfDoubles 
)
This language is not supported or no code example is available.

Parameters

listOfDoubles
double[]

An array of double values

Return Value

Point2D[]

A list of 3D points.

.NET Framework

Supported in: 4.8

In this article

Definition