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

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

    Parameters

    array
    The array of doubles

    Return Value

    The array of floats.
    See Also