Eyeshot 10 WinForms API Reference
RotateLeft<T> Method (Utility)

WinForms Assembly > devDept.Geometry Namespace > Utility Class : RotateLeft<T> Method
The array items type
The array
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

Reference

Utility Class
Utility Members