You are here: Start » AVL.NET » Invoke.ShrinkProfileNTimes

Invoke.ShrinkProfileNTimes

Reduces the length of a profile N-times by averaging each N consecutive elements.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ShrinkProfileNTimes
(
	Avl.Profile inProfile,
	int inN,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
inNint<1, INF>2The scaling coefficient. Default value: 2.
outProfileAvl.ProfileOutput profile.

See also