You are here: Start » AVL.NET » 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 inProfile,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outProfileAvlNet.ProfileOutput profile.

See also