You are here: Start » AVL.NET » AVS.RescaleProfile Method
AVS.RescaleProfile Method
Applies a linear transformation to a profile.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RescaleProfile ( AvlNet.Profile ioProfile, float inA, float inB )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioProfile | AvlNet.Profile | ||||
![]() | inA | float | 1.0f | Value multiplied. Default value: 1.0f. | |
![]() | inB | float | 0.0f | Value added. Default value: 0.0f. |

