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,
	NullableValue<int> outMinimumIndex,
	NullableValue<float> outMinimumValue
)

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.
outMinimumIndexFilNet.NullableValue<int>Index of lowest value. Can be null to skip this parameter calculation.
outMinimumValueFilNet.NullableValue<float>Lowest value. Can be null to skip this parameter calculation.

Function Overrides

See also