You are here: Start » AVL.NET » AVL.GetMaximumPath Method
AVL.GetMaximumPath Method
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, out float outValue, out int outIndex )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPaths | AvlNet.Path | Input paths. | ||
![]() | inFeature | AvlNet.PathFeature | Path feature value to be computed. | ||
![]() | outPath | AvlNet.Path | Output path. | ||
![]() | outValue | float | Computed feature value of the output path | ||
![]() | outIndex | int |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path array on input in GetMaximumPath. |


