You are here: Start » AVL.NET » AVL.GetMinimumPath

AVL.GetMinimumPath

Returns the path from the input array that corresponds to the smallest computed feature value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void GetMinimumPath
(
	AvlNet.Path[] inPaths,
	AvlNet.PathFeature inFeature,
	out AvlNet.Path outPath,
	out float outValue,
	out int outIndex
)

Parameters

Name Type Range Default Description
inPathsAvlNet.Path[]Input paths.
inFeatureAvlNet.PathFeaturePath feature value to be computed.
outPathAvlNet.PathOutput path.
outValuefloatComputed feature value of the output path
outIndexint

Errors

Error type Description
DomainError Empty path array on input in GetMinimumPath.

See also