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