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

AVL.NegateProfile

Transforms each profile value to its negation.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Function Overrides

See also