You are here: Start » AVL.NET » AVS.PathEditDistance Method

AVS.PathEditDistance Method

Computes the edit distance between the input paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathEditDistance
(
	AvlNet.Path inOldPath,
	AvlNet.Path inNewPath,
	out int outAdditions,
	out int outRemovals,
	out int outEditions
)

Parameters

Name Type Range Default Description
inOldPathAvlNet.Path
inNewPathAvlNet.Path
outAdditionsint
outRemovalsint
outEditionsint

Function Overrides

See also