Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / RotateLeft<T> Method
The array items type
The array

In This Topic
    RotateLeft<T> Method (Utility)
    In This Topic
    Rotates the array left.
    Syntax
    'Declaration
     
    Public Shared Sub RotateLeft(Of T)( _
       ByVal array() As T _
    ) 
    public static void RotateLeft<T>( 
       T[] array
    )

    Parameters

    array
    The array

    Type Parameters

    T
    The array items type
    See Also