You are here: Start » AVL.NET » AVS.RotateProfile Method

AVS.RotateProfile Method

Moves the last element ahead of the first one (inShift times).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateProfile
(
	AvlNet.Profile inProfile,
	int inShift,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inShiftint0Default value: 0.
outProfileAvlNet.ProfileOutput profile.

See also