You are here: Start » AVL.NET » AVL.RescaleProfile(AvlNet.Profile, float, float, AvlNet.Profile)

AVL.RescaleProfile(AvlNet.Profile, float, float, AvlNet.Profile)

Applies linear transformation to profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RescaleProfile(
	AvlNet.Profile inProfile,
	float inA,
	float inB,
	out AvlNet.Profile outProfile
)

Parameters

inProfile
Type: AvlNet.Profile
Input profile
inA
Type: System.Single
Value multiplied
inB
Type: System.Single
Value added
outProfile
Type: AvlNet.Profile
Output profile

See also