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 | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Histogram to be serialized. | ||
![]() | inFilename | string | Name of the target file. |

