You are here: Start » AVL.NET » Invoke.CropProfile
Confines a profile to its continuous subsequence.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CropProfile ( Avl.Profile inProfile, int inStart, Optional<int> inLength, Avl.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Avl.Profile | Input profile. | ||
![]() | inStart | int | <0, INF> | Index of the first element of the input profile that will be included in the output profile. | |
![]() | inLength | Atl.Optional<int> | <0, INF> | Length of the output profile. Default value: atl::NIL. | |
![]() | outProfile | Avl.Profile | Output profile. |