C#
VB
C++
Converts array of double into a Point3D struct.
public static Point3D FromDoubleArray(
double[] doubleArray
)
Public Shared Function FromDoubleArray( _
ByVal doubleArray() As Double _
) As Leadtools.Medicalviewer.Point3D
public:
static Leadtools.Medicalviewer.Point3D FromDoubleArray(
array<double>^ doubleArray
)
doubleArray
Array of double values to be converted.
Point3D that represents the convert double array.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET