You are here: Start » AVL.NET » AVL.ProfileMinimum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float, int, float)
AVL.ProfileMinimum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float, int, float)
Finds the lowest value of the input profile, its precise location and the corresponding index.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileMinimum( AvlNet.Profile inProfile, AvlNet.ProfileInterpolationMethod inInterpolationMethod, out float outMinimumPoint, out int outMinimumIndex, out float outMinimumValue )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inInterpolationMethod
- Type: AvlNet.ProfileInterpolationMethod
- outMinimumPoint
- Type: System.Single
- outMinimumIndex
- Type: System.Int32
- outMinimumValue
- Type: System.Single
