You are here: Start » AVL.NET » Invoke.MinimumProfile

Invoke.MinimumProfile

Computes the minimum of two profiles point by point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MinimumProfile
(
	Avl.Profile inProfile1,
	Avl.Profile inProfile2,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfile1Avl.ProfileFirst input profile.
inProfile2Avl.ProfileSecond input profile.
outProfileAvl.ProfileOutput profile.

See also