You are here: Start » AVL.NET » AVL.MaximumProfile_OfLoop Method
AVL.MaximumProfile_OfLoop Method
Computes the maximum of profiles appearing in consecutive iterations.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MaximumProfile_OfLoop( ref AvlNet.MaximumProfile_OfLoopState ioState, AvlNet.Profile inProfile, out AvlNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.MaximumProfile_OfLoopState | ||||
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | outProfile | AvlNet.Profile | Output profile. |
Description
Loop version of MaximumProfile.
Errors
| Error type | Description |
|---|---|
| DomainError | Input profiles have different lengths in MaximumProfile. |
| DomainError | Input profiles have different X coordinates in MaximumProfile. |


