You are here: Start » AVL.NET » Invoke.GetMinimumPath_OrNil

Invoke.GetMinimumPath_OrNil

Returns the path from the input array that corresponds to the smallest computed feature value; returns NIL if the array or any path inside it is empty.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void GetMinimumPath_OrNil
(
	List<Avl.Path> inPaths,
	Avl.PathFeature inFeature,
	Conditional<Avl.Path> outPath,
	Conditional<float> outValue,
	Conditional<int> outIndex
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Avl.Path>Input paths.
inFeatureAvl.PathFeaturePath feature value to be computed.
outPathAtl.Conditional<Avl.Path>Output path.
outValueAtl.Conditional<float>Computed feature value of the output path.
outIndexAtl.Conditional<int>

See also