You are here: Start » AVL.NET » AVS.DifferenceProfile Method

AVS.DifferenceProfile Method

Computes profile representing difference between corresponding values of given profiles.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DifferenceProfile
(
	AvlNet.Profile inProfile1,
	AvlNet.Profile inProfile2,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfile1AvlNet.ProfileFirst input profile.
inProfile2AvlNet.ProfileSecond input profile.
outProfileAvlNet.ProfileOutput profile.

See also