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

AVL.AbsoluteProfile Method

Transforms each profile value to its absolute value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also