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

AVL.SaveHistogram Method

Saves serialized Histogram object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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