You are here: Start » AVL.NET » AVL.GetMinimumPath(AvlNet.Path[], AvlNet.PathFeature, AvlNet.Path, float)

AVL.GetMinimumPath(AvlNet.Path[], AvlNet.PathFeature, AvlNet.Path, float)

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
inFeature
Type: AvlNet.PathFeature
outPath
Type: AvlNet.Path
outValue
Type: System.Single

Errors

Error type Description
DomainError Empty path array on input in GetMinimumPath

See also