You are here: Start » AVL.NET » AVL.ProfileMinimum Method

AVL.ProfileMinimum Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProfileMinimum(
	AvlNet.Profile inProfile,
	AvlNet.ProfileInterpolationMethod inInterpolationMethod,
	out float outMinimumPoint,
	out int outMinimumIndex,
	out float outMinimumValue
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inInterpolationMethodAvlNet.ProfileInterpolationMethodQuadratic4Default value: Quadratic4.
outMinimumPointfloat
outMinimumIndexint
outMinimumValuefloat

See also