You are here: Start » AVL.NET » AVL.CropProfileValues
Applies limits to profile values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void CropProfileValues ( AvlNet.Profile inProfile, float? inLowValue, float? inHighValue, AvlNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | inLowValue | float? | Value min threshold. Default value: atl::NIL. | ||
![]() | inHighValue | float? | Value max threshold. Default value: atl::NIL. | ||
![]() | outProfile | AvlNet.Profile | Output profile. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Value of inHighValue is less than inLowValue in CropProfileValues. |


