You are here: Start » AVL.NET » AVL.SaveHistogram(AvlNet.Histogram, string)

AVL.SaveHistogram(AvlNet.Histogram, string)

Saves serialized Histogram object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inHistogram
Type: AvlNet.Histogram
Histogram to be serialized
inFilename
Type: System.String
Name of the target file

See also