Leadtools.MedicalViewer Namespace > Point3D Structure : FromDoubleArray Method |
public static Point3D FromDoubleArray( double[] doubleArray )
'Declaration Public Shared Function FromDoubleArray( _ ByVal doubleArray() As Double _ ) As Point3D
'Usage Dim doubleArray() As Double Dim value As Point3D value = Point3D.FromDoubleArray(doubleArray)
public: static Point3D FromDoubleArray( array<double>^ doubleArray )