You are here: Start » AVL.NET » AVL.RescaleProfile

AVL.RescaleProfile

Applies linear transformation to profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RescaleProfile
(
	AvlNet.Profile inProfile,
	float inA,
	float inB,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inAfloat1.0fValue multiplied. Default value: 1.0f.
inBfloat0.0fValue added. Default value: 0.0f.
outProfileAvlNet.ProfileOutput profile.

See also