You are here: Start » AVL.NET » AVL.RotateProfile(AvlNet.Profile, int, AvlNet.Profile)
AVL.RotateProfile(AvlNet.Profile, int, AvlNet.Profile)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotateProfile( AvlNet.Profile inProfile, int inShift, out AvlNet.Profile outProfile )
Parameters
- inProfile
- Type: AvlNet.Profile
- inShift
- Type: System.Int32
- outProfile
- Type: AvlNet.Profile
Description
Operation computes the profile of input profile elements shifted cyclically.
Examples
![]() Input profile |
![]() Output profile1 |
RotateProfile performed on input profile with inShift = 20 produced outProfile = Output profile1
![]() Output profile2 |
![]() Output profile3 |
RotateProfile performed on input profile with inShift = 40 produced outProfile = Output profile2 and operation performed on the same input profile with inShift = 60 produced outProfile = Output profile3




