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

Invoke.GetMaximumPath

Returns the path from the input array that corresponds to the largest computed feature value.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also