You are here: Start » FIL.NET » Function Reference » Profile » Profile Combinators » FIL.MaximumProfile
Computes the maximum of two profiles point by point.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void MaximumProfile ( FilNet.Profile inProfile1, FilNet.Profile inProfile2, FilNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile1 | FilNet.Profile | First input profile. | ||
![]() | inProfile2 | FilNet.Profile | Second input profile. | ||
![]() | outProfile | FilNet.Profile | Output profile. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input profiles have different lengths in MaximumProfile. |
| DomainError | Input profiles have different X coordinates in MaximumProfile. |


