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

AVS.LoadHistogram Method

Loads serialized Histogram object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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