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

AVL.SaveHistogram

Saves serialized Histogram object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SaveHistogram
(
	AvlNet.Histogram inHistogram,
	string inFilename
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramHistogram to be serialized.
inFilenamestringName of the target file.

See also