You are here: Start » FIL.NET » Invoke.ProfileMaximum
Finds the highest value of the input profile, its precise location and the corresponding index.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProfileMaximum ( Fil.Profile inProfile, Optional<Fil.Range> inRange, Fil.ProfileInterpolationMethod inInterpolationMethod, out float outMaximumPoint, Optional<int> outMaximumIndex, Optional<float> outMaximumValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inRange | Ftl.Optional<Fil.Range> | |||
![]() | inInterpolationMethod | Fil.ProfileInterpolationMethod | Quadratic4 | Profile points' interpolation method. Default value: Quadratic4. | |
![]() | outMaximumPoint | float | Position of highest value with respect to profile's offset and scale. | ||
![]() | outMaximumIndex | Ftl.Optional<int> | Index of highest value. | ||
![]() | outMaximumValue | Ftl.Optional<float> | Highest value. |