You are here: Start » FIL.NET » FIS.ProfileMaximum Method

FIS.ProfileMaximum Method

Finds the highest value of the input profile, its precise location and the corresponding index.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProfileMaximum
(
	FilNet.Profile inProfile,
	FilNet.ProfileInterpolationMethod inInterpolationMethod,
	out float outMaximumPoint
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inInterpolationMethodFilNet.ProfileInterpolationMethodQuadratic4Profile points' interpolation method. Default value: Quadratic4.
outMaximumPointfloatPosition of highest value with respect to profile's offset and scale.

Function Overrides

See also