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

Invoke.SaveHistogram

Saves serialized Histogram object as AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also