You are here: Start » AVL.NET » AVL.ProfileMinimum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, float)
AVL.ProfileMinimum(AvlNet.Profile, AvlNet.ProfileInterpolationMethod, 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 )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inInterpolationMethod
- Type: AvlNet.ProfileInterpolationMethod
- outMinimumPoint
- Type: System.Single
Remarks
See full override for more details.
