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

AVS.AvsFilter_MakeProfile Method

Creates a profile structure.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeProfile
(
	float inXOffset,
	float inXScale,
	IList<float> inValues,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inXOffsetfloat
inXScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inValuesSystem.Collections.Generic.IList<float>Input values of the profile.
outProfileAvlNet.ProfileOutput profile.

See also