You are here: Start » FIL.NET » Invoke.ProfileMaximum

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
inProfileFil.ProfileInput profile.
inRangeFtl.Optional<Fil.Range>
inInterpolationMethodFil.ProfileInterpolationMethodQuadratic4Profile points' interpolation method. Default value: Quadratic4.
outMaximumPointfloatPosition of highest value with respect to profile's offset and scale.
outMaximumIndexFtl.Optional<int>Index of highest value.
outMaximumValueFtl.Optional<float>Highest value.

See also