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

AVS.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