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

