You are here: Start » FIL.NET » Function Reference » Profile » Profile Combinators » FIL.MinimumProfile

FIL.MinimumProfile

Computes the minimum of two profiles point by point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfile1FilNet.ProfileFirst input profile.
inProfile2FilNet.ProfileSecond input profile.
outProfileFilNet.ProfileOutput profile.

Errors

List of possible exceptions:

Error type Description
DomainError Input profiles have different lengths in MinimumProfile.
DomainError Input profiles have different X coordinates in MinimumProfile.

See also