You are here: Start » AVL.NET » AVL.GetMaximumPath(AvlNet.Path[], AvlNet.PathFeature, AvlNet.Path)
AVL.GetMaximumPath(AvlNet.Path[], AvlNet.PathFeature, AvlNet.Path)
Returns the path from the input array that corresponds to the largest computed feature value.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetMaximumPath( AvlNet.Path[] inPaths, AvlNet.PathFeature inFeature, out AvlNet.Path outPath )
Parameters
- inPaths
- Type: AvlNet.Path
Input paths - inFeature
- Type: AvlNet.PathFeature
Path feature value to be computed - outPath
- Type: AvlNet.Path
Output path
