You are here: Start » AVL.NET » AVL.CropProfile(AvlNet.Profile, int, AvlNet.Profile)

AVL.CropProfile(AvlNet.Profile, int, AvlNet.Profile)

Confines a profile to its continuous subsequence.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CropProfile(
	AvlNet.Profile inProfile,
	int inStart,
	out AvlNet.Profile outProfile
)

Parameters

inProfile
Type: AvlNet.Profile
Input profile
inStart
Type: System.Int32
Index of the first element of the input profile that will be included in the output profile
outProfile
Type: AvlNet.Profile
Output profile

See also