LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
FromDoubleArray Method
See Also 
Leadtools.MedicalViewer Namespace > Point3D Structure : FromDoubleArray Method



doubleArray
Array of double values to be converted.
doubleArray
Array of double values to be converted.
Converts array of double into a Point3D struct.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromDoubleArray( _
   ByVal doubleArray() As Double _
) As Point3D
Visual Basic (Usage)Copy Code
Dim doubleArray() As Double
Dim value As Point3D
 
value = Point3D.FromDoubleArray(doubleArray)
C# 
public static Point3D FromDoubleArray( 
   double[] doubleArray
)
C++/CLI 
public:
static Point3D FromDoubleArray( 
   array<double>^ doubleArray
) 

Parameters

doubleArray
Array of double values to be converted.

Return Value

Point3D that represents the convert double array.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features