You are here: Start » AVL.NET » AVL.LoadHistogram Method

AVL.LoadHistogram Method

Loads serialized Histogram object from avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadHistogram(
	string inFilename,
	out AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outHistogramAvlNet.HistogramDeserialized output Histogram.

See also