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

FIS.ProfileMinimum Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProfileMinimum
(
	FilNet.Profile inProfile,
	FilNet.Range? inRange,
	FilNet.ProfileInterpolationMethod inInterpolationMethod,
	out float outMinimumPoint
)

Parameters

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

Function Overrides

See also