Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DXUtils Class / ConvertToDoubleArray Method
The array of doubles

In This Topic
    ConvertToDoubleArray Method
    In This Topic
    Converts the given array of floats to an array of doubles.
    Syntax
    'Declaration
     
    Public Shared Function ConvertToDoubleArray( _
       ByVal array() As Single _
    ) As Double()
    public static double[] ConvertToDoubleArray( 
       float[] array
    )

    Parameters

    array
    The array of doubles

    Return Value

    The array of doubles.
    See Also