You are here: Start » AVL.NET » AVL.ProfileMaximum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float, int, float)
AVL.ProfileMaximum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float, int, float)
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, out int outMaximumIndex, out float outMaximumValue )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inInterpolationMethod
- Type: AvlNet.ProfileInterpolationMethod
- outMaximumPoint
- Type: System.Single
- outMaximumIndex
- Type: System.Int32
- outMaximumValue
- Type: System.Single
Errors
| Error type | Description |
|---|---|
| DomainError | Empty profile in ProfileMaximum. |
