You are here: Start » AVL.NET » AVL.PathSize(AvlNet.Path, int)

AVL.PathSize(AvlNet.Path, int)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathSize(
	AvlNet.Path inPath,
	out int outSize
)

Parameters

inPath
Type: AvlNet.Path
outSize
Type: System.Int32

Description

The operation computes the size of the path defined as the number of its characteristic points.

Examples

Size of the sample path equals to 69.

Size of the sample path equals to 17.

See also