You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Avl.Path> | Input paths. | ||
![]() | inFeature | Avl.PathFeature | Path feature value to be computed. | ||
![]() | outPath | Atl.Conditional<Avl.Path> | Output path. | ||
![]() | outValue | Atl.Conditional<float> | Computed feature value of the output path. | ||
![]() | outIndex | Atl.Conditional<int> |