You are here: Start » AVL.NET » Histogram Class
Histogram Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| Histogram(Single, Single, IList<Double>) | ||
| Histogram(Single, Single, Int32) | ||
| Histogram(Single, Single, Single) | ||
| Histogram(Histogram) | Creates a deep copy of the passed object. | |
| Histogram() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| BinCount | System.Int32 | ||
| BinSize | System.Single | ||
| Capacity | System.Int32 | ||
| Data | System.IntPtr | ||
| DomainEnd | System.Single | ||
| DomainLength | System.Single | Extra helper functions | |
| DomainStart | System.Single | ||
| Empty | System.Boolean | ||
| IsDisposed | System.Boolean | ||
| Item | System.Double | ||
| MaxSize | System.Int32 | ||
| Size | System.Int32 |
Methods
| Name | Description | |
|---|---|---|
| AddRange(IEnumerable<double>) | Appends a collection of elements | |
| Add(double) | Adds an element to the end | |
| Clear() | ||
| Compact() | ||
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(AvlNet.Histogram) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.Histogram, AvlNet.Histogram) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| HasSameDomain(AvlNet.Histogram) | ||
| Insert(int, double) | ||
| Reserve(int) | ||
| Reset(AvlNet.Histogram) | Resets this instance with data of the other Histogram object. | |
| Resize(int) | ||
| Resize(int, double) | ||
| SetBinCountOf(AvlNet.Histogram) | ||
| SetBinSizeOf(AvlNet.Histogram) | ||
| SetDomainStartOf(AvlNet.Histogram) | ||
| ToArray() | ||
| ToString() | Inherited from System.Object |
