You are here: Start » FIL.NET » FIL.RescaleProfile
Applies linear transformation to profile.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RescaleProfile ( FilNet.Profile inProfile, float inA, float inB, FilNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inA | float | 1.0f | Value multiplied. Default value: 1.0f. | |
![]() | inB | float | 0.0f | Value added. Default value: 0.0f. | |
![]() | outProfile | FilNet.Profile | Output profile. |


