You are here: Start » AVL.NET » Function Reference » Profile » Profile Point Transforms » AVL.RescaleProfile
Applies a linear transformation to a profile.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
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. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Range exceeds the input profile in RescaleProfile. |

