You are here:
Start »
AVL.NET »
AVL.ProfileMaximum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float, int, float)
AVL.ProfileMaximum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float, int, float)
| 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
- 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. |
See also