You are here: Start » AVL.NET » AVL.LoadHistogram(string, AvlNet.Histogram)
AVL.LoadHistogram(string, AvlNet.Histogram)
Loads serialized Histogram object from avdata file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LoadHistogram( string inFilename, out AvlNet.Histogram outHistogram )
Parameters
- inFilename
- Type: System.String
Name of the source file - outHistogram
- Type: AvlNet.Histogram
Deserialized output Histogram
