FromDoubleArray Method

Summary
Converts array of double into a Point3D struct.
Syntax
C#
VB
C++
public static Point3D FromDoubleArray( 
   double[] doubleArray 
) 
  
Public Shared Function FromDoubleArray( _ 
   ByVal doubleArray() As Double _ 
) As Point3D 
            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

See Also

Reference

Point3D Structure

Point3D Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.