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
ioProfileAvlNet.Profile
inRangeAvlNet.Range?
inLowValuefloat?Value min threshold. Default value: atl::NIL.
inHighValuefloat?Value max threshold. Default value: atl::NIL.

Function Overrides

See also