You are here: Start » FIL.NET » FIL.ShrinkProfileNTimes
Reduces the length of the profile by averaging its elements.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ShrinkProfileNTimes ( FilNet.Profile inProfile, int inN, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inN | int | <1, INF> | 2 | The scaling coefficient. Default value: 2. |
![]() | outProfile | FilNet.Profile | Output profile. |