You are here: Start » FIL.NET » FIS.NormalizeProfile Method
FIS.NormalizeProfile Method
Rescales a profile linearly, so that its minimum becomes inNewMinimum and its maximum becomes inNewMaximum.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void NormalizeProfile ( FilNet.Profile inProfile, float inSaturateHighestFraction, float inSaturateLowestFraction, FilNet.Profile outProfile, out float outA, out float outB )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inSaturateHighestFraction | float | <0.0f, 1.0f> | 0.0f | Fraction of the highest values skipped during normalization. Default value: 0.0f. |
![]() | inSaturateLowestFraction | float | <0.0f, 1.0f> | 0.0f | Fraction of the lowest values skipped during normalization. Default value: 0.0f. |
![]() | outProfile | FilNet.Profile | Normalized profile. | ||
![]() | outA | float | Multiplicative parameter of the applied linear transformation. | ||
![]() | outB | float | Additive parameter of the applied linear transformation. |