You are here: Start » AVL.NET » AVL.ProfileMaximum Method
AVL.ProfileMaximum Method
Finds the highest value of the input profile, its precise location and the corresponding index.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileMaximum( AvlNet.Profile inProfile, AvlNet.ProfileInterpolationMethod inInterpolationMethod, out float outMaximumPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | inInterpolationMethod | AvlNet.ProfileInterpolationMethod | Quadratic4 | Default value: Quadratic4. | |
![]() | outMaximumPoint | float |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty profile in ProfileMaximum. |


