You are here: Start » AVL.NET » Invoke.RotateProfile
Moves the last element ahead of the first one (inShift times).
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotateProfile ( Avl.Profile inProfile, int inShift, Avl.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inProfile | Avl.Profile | Input profile. | ||
![]()  | inShift | int | 0 | Default value: 0. | |
![]()  | outProfile | Avl.Profile | Output profile. | 


