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

FIL.NegateProfile

Transforms each profile value to its negation.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void NegateProfile
(
	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 NegateProfile.

Function Overrides

See also