Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAngleList Class / ToDoubleArray Method


In This Topic
    ToDoubleArray Method (NAngleList)
    In This Topic
    Converts the angle list to a double array in the specified format
    Syntax
    'Declaration
     
    
    Public Function ToDoubleArray( _
       ByVal unit As NAngleUnit _
    ) As System.Double()
    'Usage
     
    
    Dim instance As NAngleList
    Dim unit As NAngleUnit
    Dim value() As System.Double
     
    value = instance.ToDoubleArray(unit)
    public System.double[] ToDoubleArray( 
       NAngleUnit unit
    )

    Parameters

    unit
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also