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

FIL.AbsoluteProfile

Transforms each profile value to its absolute value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioProfileFilNet.Profile
inRangeFilNet.Range?

Errors

List of possible exceptions:

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

Function Overrides

See also