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