You are here: Start » AVL.NET » Function Reference » Path » Path Classification » 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
(
	IList<AvlNet.Path> inPaths,
	AvlNet.PathFeature inFeature,
	AvlNet.Path outPath,
	NullableValue<float> outValue,
	NullableValue<int> outIndex
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<AvlNet.Path>Input paths.
inFeatureAvlNet.PathFeaturePath feature value to be computed.
outPathAvlNet.PathOutput path.
outValueAvlNet.NullableValue<float>Computed feature value of the output path. Can be null to skip this parameter calculation.
outIndexAvlNet.NullableValue<int> Can be null to skip this parameter calculation.

Errors

List of possible exceptions:

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

Function Overrides

See also