You are here: Start » AVL.NET » Function Reference » Profile » Profile Point Transforms » AVL.ClipProfileValues

AVL.ClipProfileValues

Applies limits to profile values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Range exceeds the input profile in ClipProfileValues.
DomainError Value of inHighValue is less than inLowValue in ClipProfileValues.

Function Overrides

See also