You are here: Start » FIL.NET » Invoke.DivideProfiles
Divides two profiles value by value.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DivideProfiles ( 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. |


