You are here: Start » AVL.NET » Invoke.RotateProfile

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
inProfileAvl.ProfileInput profile.
inShiftint0Default value: 0.
outProfileAvl.ProfileOutput profile.

See also