You are here: Start » AVL.NET » AVL.NegateProfile Method

AVL.NegateProfile Method

Transforms each profile value to its negation.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void NegateProfile(
	AvlNet.Profile inProfile,
	out AvlNet.Profile outProfile
)

Parameters

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

See also