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

AVS.CropProfile Method

Confines a profile to its continuous subsequence.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inStartint<0, INF>Index of the first element of the input profile that will be included in the output profile.
outProfileAvlNet.ProfileOutput profile.

Function Overrides

See also