You are here: Start » FIL.NET » FIL.MinimumProfile_OfArray
Computes the minimum of profiles of an array.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void MinimumProfile_OfArray ( IList<FilNet.Profile> inProfileArray, FilNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfileArray | System.Collections.Generic.IList<FilNet.Profile> | |||
![]() | outProfile | FilNet.Profile | Output profile. |
Description
Array version of MinimumProfile.
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. |


