You are here: Start » AVL.NET » AVL.GetMinimumPath(AvlNet.Path[], AvlNet.PathFeature, AvlNet.Path, float)
AVL.GetMinimumPath(AvlNet.Path[], AvlNet.PathFeature, AvlNet.Path, float)
Returns the path from the input array that corresponds to the smallest computed feature value.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetMinimumPath( AvlNet.Path[] inPaths, AvlNet.PathFeature inFeature, out AvlNet.Path outPath, out float outValue )
Parameters
- inPaths
- Type: AvlNet.Path
Input paths - inFeature
- Type: AvlNet.PathFeature
Path feature value to be computed - outPath
- Type: AvlNet.Path
Output path - outValue
- Type: System.Single
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path array on input in GetMinimumPath |
