You are here: Start » AVL.NET » Function Reference » Histogram » Histogram IO » AVL.LoadHistogram

AVL.LoadHistogram

Loads serialized Histogram object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LoadHistogram
(
	string inFilename,
	AvlNet.Histogram outHistogram
)

Parameters

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

See also