You are here: Start » AVL.NET » AVS.ClipProfileValues Method
AVS.ClipProfileValues Method
Applies limits to profile values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ClipProfileValues ( AvlNet.Profile ioProfile, AvlNet.Range? inRange, float? inLowValue, float? inHighValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioProfile | AvlNet.Profile | ||||
![]() | inRange | AvlNet.Range? | |||
![]() | inLowValue | float? | Value min threshold. Default value: atl::NIL. | ||
![]() | inHighValue | float? | Value max threshold. Default value: atl::NIL. |

