You are here: Start » FIL.NET » FIL.ProfileMinimum
Finds the lowest value of the input profile, its precise location and the corresponding index.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProfileMinimum ( FilNet.Profile inProfile, FilNet.ProfileInterpolationMethod inInterpolationMethod, out float outMinimumPoint, out int outMinimumIndex, out float outMinimumValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inInterpolationMethod | FilNet.ProfileInterpolationMethod | Quadratic4 | Profile points' interpolation method. Default value: Quadratic4. | |
![]() | outMinimumPoint | float | Position of lowest value with respect to profile's offset and scale. | ||
![]() | outMinimumIndex | int | Index of lowest value. | ||
![]() | outMinimumValue | float | Lowest value. |