Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / DoublesToPointArray4D Method
An array of doubles

In This Topic
    DoublesToPointArray4D Method
    In This Topic
    Converts an array of doubles to a an array of 4D points (only the XYZ members are converted).
    Syntax
    'Declaration
     
    Public Shared Function DoublesToPointArray4D( _
       ByVal listOfDoubles() As Double _
    ) As Point4D()
    public static Point4D[] DoublesToPointArray4D( 
       double[] listOfDoubles
    )

    Parameters

    listOfDoubles
    An array of doubles

    Return Value

    The 4D point array.
    See Also