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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly