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

AVL.AbsoluteProfile

Transforms each profile value to its absolute value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AbsoluteProfile
(
	AvlNet.Profile ioProfile,
	AvlNet.Range? inRange
)

Parameters

Name Type Range Default Description
ioProfileAvlNet.Profile
inRangeAvlNet.Range?

Errors

List of possible exceptions:

Error type Description
DomainError Range exceeds the input profile in AbsoluteProfile.

Function Overrides

See also