You are here: Start » FIL.NET » Invoke.MaximumProfile
Computes the maximum of two profiles point by point.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MaximumProfile ( Fil.Profile inProfile1, Fil.Profile inProfile2, Fil.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile1 | Fil.Profile | First input profile. | ||
![]() | inProfile2 | Fil.Profile | Second input profile. | ||
![]() | outProfile | Fil.Profile | Output profile. |


